home
This commit is contained in:
parent
cb52890889
commit
82fba3048f
19 changed files with 115 additions and 114 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
system-config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
|
@ -19,7 +18,7 @@
|
|||
xdg-utils
|
||||
hyprshot
|
||||
|
||||
obsidian
|
||||
# obsidian
|
||||
vlc
|
||||
obs-studio
|
||||
keepassxc
|
||||
|
|
@ -31,7 +30,7 @@
|
|||
htop
|
||||
|
||||
ollama
|
||||
zoom-us
|
||||
# zoom-us
|
||||
];
|
||||
|
||||
gaming = with pkgs; [
|
||||
|
|
@ -40,5 +39,5 @@
|
|||
steamtinkerlaunch
|
||||
];
|
||||
in
|
||||
common ++ (lib.optionals system-config.gaming.enable gaming);
|
||||
common; # ++ (lib.optionals system-config.gaming.enable gaming);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue