Formatted files

This commit is contained in:
2026-02-06 10:06:20 +01:00
parent 8ef2928bf6
commit dc27a74917
5 changed files with 44 additions and 35 deletions

View File

@@ -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"