Added zen-browser and yad
This commit is contained in:
parent
e423d6ad6c
commit
953f7326d3
3 changed files with 44 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue