This commit is contained in:
Spectre 2024-06-07 18:14:25 +02:00
parent f04f858aeb
commit b1e6f4256f
7 changed files with 21 additions and 14 deletions

View file

@ -1,5 +1,5 @@
{
conf,
config,
pkgs,
lib,
...
@ -18,8 +18,7 @@
xdg-utils
hyprshot
# obsidian
xournalpp
obsidian
vlc
keepassxc
ncspot
@ -33,5 +32,5 @@
lutris
];
in
common ++ (lib.optionals conf.gaming.enable gaming);
common ++ (lib.optionals config.gaming.enable gaming);
}