This commit is contained in:
2026-02-14 19:36:35 -06:00
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
self.nixosModules.localization
self.nixosModules.applications
self.nixosModules.utilities
self.nixosModules.fonts
];
};

View File

@@ -36,6 +36,8 @@ in {
"Mod+O".toggle-overview = null;
"Mod+Shift+Slash".show-hotkey-overlay = null;
"Mod+Shift+Q".quit = null;
"Mod+Shift+Escape".spawn-sh = "noctalia-shell ipc call lockScreen lock";
"Mod+Q".close-window = null;
"Mod+F".maximize-column = null;