lshwstuff

This commit is contained in:
Julian Sutter 2025-08-04 14:31:48 -07:00
parent 86fe2fc417
commit 0494ff1fd6
2 changed files with 8 additions and 3 deletions

View file

@ -28,7 +28,7 @@
home.username = "jsutter";
home.homeDirectory = "/home/jsutter";
programs.home-manager.enable = true;
home.stateVersion = "24.05";
home.stateVersion = "25.05";
# Set environment variables here
@ -67,7 +67,7 @@
enable = true;
enableCompletion = false; # enabled in oh-my-zsh
autosuggestion.enable = true;
initExtra = ''
initContent = ''
test -f ~/.dir_colors && eval $(dircolors ~/.dir_colors)
'';
shellAliases = {