Update home.nix

Fixed a few bugs and switch to Linux
This commit is contained in:
2024-03-27 20:09:43 +00:00
committed by GitHub
parent ebf748abca
commit cc52b1ac6b

View File

@@ -4,15 +4,15 @@
{ {
home.username = "trude"; home.username = "trude";
home.homeDirectory = "/Users/trude"; #macOS # home.homeDirectory = "/Users/trude"; #macOS
# home.homeDirectory = "/home/trude"; #Linux home.homeDirectory = "/home/trude"; #Linux
home.stateVersion = "23.11"; # Do NOT change. This value stays the same when updating. home.stateVersion = "23.11"; # Do NOT change. This value stays the same when updating.
home.packages = with pkgs; [ home.packages = with pkgs; [
# Packages to install: # Packages to install:
vscode vscode
obsidian obsidian
#signal-desktop signal-desktop
gnomeExtensions.vitals gnomeExtensions.vitals
@@ -151,9 +151,6 @@
ls="ls --color=auto"; ls="ls --color=auto";
grep="grep --color=auto"; grep="grep --color=auto";
}; };
shellOptions = [
"completion-ignore-case on"
];
}; };
programs.vscode = { programs.vscode = {