From cdda1eeded53afc9889d56a2d590d4bd24a86284 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 27 Mar 2024 20:09:43 +0000 Subject: [PATCH] Update home.nix Fixed a few bugs and switch to Linux --- home.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/home.nix b/home.nix index 20ea54a9..1ec409c8 100644 --- a/home.nix +++ b/home.nix @@ -4,15 +4,15 @@ { home.username = "trude"; - home.homeDirectory = "/Users/trude"; #macOS - # home.homeDirectory = "/home/trude"; #Linux + # home.homeDirectory = "/Users/trude"; #macOS + home.homeDirectory = "/home/trude"; #Linux home.stateVersion = "23.11"; # Do NOT change. This value stays the same when updating. home.packages = with pkgs; [ # Packages to install: vscode obsidian - #signal-desktop + signal-desktop gnomeExtensions.vitals @@ -151,9 +151,6 @@ ls="ls --color=auto"; grep="grep --color=auto"; }; - shellOptions = [ - "completion-ignore-case on" - ]; }; programs.vscode = {