Compare commits

...

4 Commits

2 changed files with 3 additions and 1 deletions

View File

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

View File

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