remove unused options
This commit is contained in:
@@ -15,7 +15,6 @@ with lib;
|
|||||||
home.packages = with pkgs;[
|
home.packages = with pkgs;[
|
||||||
blesh
|
blesh
|
||||||
(nerdfonts.override { fonts = [ "SpaceMono" ]; })
|
(nerdfonts.override { fonts = [ "SpaceMono" ]; })
|
||||||
git-credential-manager
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
users.users.worble = {
|
users.users.worble = {
|
||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "gamemode" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
linger = true;
|
linger = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user