From 4d3cbe34090bf97caae962cdc3c34d98d0e42b95 Mon Sep 17 00:00:00 2001 From: worble Date: Wed, 15 Jan 2025 12:08:07 +0000 Subject: [PATCH] remove unused options --- home-manager/terminal.nix | 1 - starlite/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home-manager/terminal.nix b/home-manager/terminal.nix index 3fb4776..a7812a9 100644 --- a/home-manager/terminal.nix +++ b/home-manager/terminal.nix @@ -15,7 +15,6 @@ with lib; home.packages = with pkgs;[ blesh (nerdfonts.override { fonts = [ "SpaceMono" ]; }) - git-credential-manager ]; home.file = { diff --git a/starlite/configuration.nix b/starlite/configuration.nix index 82daa7c..a1eaf0c 100644 --- a/starlite/configuration.nix +++ b/starlite/configuration.nix @@ -22,7 +22,7 @@ users.users.worble = { initialPassword = "password"; isNormalUser = true; - extraGroups = [ "wheel" "gamemode" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. linger = true; };