dregil: Add discord, lutris and mosh
This commit is contained in:
parent
dc34117014
commit
c72baa173c
2 changed files with 10 additions and 1 deletions
|
|
@ -14,6 +14,8 @@
|
|||
fd
|
||||
fzf
|
||||
bat
|
||||
lshw
|
||||
pciutils
|
||||
];
|
||||
|
||||
networking.firewall.enable = true;
|
||||
|
|
|
|||
|
|
@ -17,12 +17,19 @@ in
|
|||
username = "alex";
|
||||
homeDirectory = "/home/alex";
|
||||
stateVersion = "22.11";
|
||||
|
||||
packages = with pkgs; [
|
||||
lutris
|
||||
discord
|
||||
mosh
|
||||
];
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Alexander Kobjolke";
|
||||
userEmail = "me@failco.de";
|
||||
};
|
||||
|
||||
# do not show home-manager notifications
|
||||
news.display = "silent";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue