mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Formatted files
This commit is contained in:
@@ -45,13 +45,19 @@
|
||||
GOPATH = "$HOME/.go";
|
||||
};
|
||||
|
||||
programs.fish.enable = true; # This must be true before initializing my user
|
||||
users.users.${currentSystemUser} = {
|
||||
isNormalUser = true;
|
||||
description = "Patrick Canal";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "nordvpn" ];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
programs.fish.enable = true; # This must be true before initializing my user
|
||||
users.users.${currentSystemUser} = {
|
||||
isNormalUser = true;
|
||||
description = "Patrick Canal";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"docker"
|
||||
"libvirtd"
|
||||
"nordvpn"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
|
||||
Reference in New Issue
Block a user