This commit is contained in:
albert 2024-06-18 14:08:03 +09:00
parent e55b8032ec
commit e1e688fa9d
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 3 deletions

View file

@ -8,6 +8,7 @@
}; };
imports = [ imports = [
#,./laptop.nix #./laptop.nix
./plasma-manager.nix
]; ];
} }

View file

@ -1,7 +1,5 @@
{ theme, ... }: { { theme, ... }: {
programs.plasma = { programs.plasma = {
enable = true;
overrideConfig = true;
hotkeys = { hotkeys = {
}; };