lshwstuff
This commit is contained in:
parent
86fe2fc417
commit
0494ff1fd6
2 changed files with 8 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue