initial quickshell config

This commit is contained in:
veneficium 2025-11-10 19:38:38 +01:00
parent 288c35032e
commit b72bbb4120
2 changed files with 167 additions and 0 deletions

View file

@ -20,6 +20,14 @@
settings = builtins.fromJSON (builtins.readFile ./swaylock.json);
};
programs.quickshell = {
enable = true;
configs = {
"default" = ./shell.qml;
};
activeConfig = "default";
};
services.mako = {
enable = true;
settings = {