Compare commits

...

4 Commits

2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
# user packages
home.packages = with pkgs; [
discord
teamspeak6-client
fastfetch
keepassxc
devenv

View File

@@ -42,6 +42,7 @@
zstd
];
# browser
# browsers
programs.firefox.enable = true;
programs.chromium.enable = true;
}