mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
13 lines
267 B
Nix
13 lines
267 B
Nix
# pulled from https://codeberg.org/zacoons/rivendell-hyprdots
|
|
_: {
|
|
qt.enable = true;
|
|
programs.quickshell = {
|
|
systemd.enable = true;
|
|
enable = true;
|
|
};
|
|
home.file.".config/quickshell" = {
|
|
source = ../../other/quickshell;
|
|
recursive = true;
|
|
};
|
|
}
|