Added zen-browser and yad

This commit is contained in:
William 2024-08-21 07:49:01 -03:00
parent e423d6ad6c
commit 953f7326d3
3 changed files with 44 additions and 1 deletions

View file

@ -57,7 +57,9 @@ in {
unrar
ventoy
virt-manager
yad
wezterm
inputs.zen-browser.packages."${system}".default
] ++ kdepkgs;
programs = {
@ -69,6 +71,10 @@ in {
partition-manager.enable = true;
gamemode.enable = true;
nix-index-database.comma.enable = true;
appimage = {
enable = true;
binfmt = true;
};
nh = {
enable = true;
flake = "/home/user/Projects/nix-config";