remove unused options

This commit is contained in:
2025-01-15 12:08:07 +00:00
parent 2c5429982a
commit 4d3cbe3409
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ with lib;
home.packages = with pkgs;[
blesh
(nerdfonts.override { fonts = [ "SpaceMono" ]; })
git-credential-manager
];
home.file = {

View File

@@ -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;
};