initial quickshell config
This commit is contained in:
parent
288c35032e
commit
b72bbb4120
2 changed files with 167 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue