mirror of
https://github.com/zoriya/flake.git
synced 2025-12-05 22:26:21 +00:00
11 lines
155 B
Nix
11 lines
155 B
Nix
{
|
|
programs.quickshell = {
|
|
enable = true;
|
|
systemd.enable = true;
|
|
configs = {
|
|
default = ./.;
|
|
};
|
|
activeConfig = "default";
|
|
};
|
|
}
|