add crypto
This commit is contained in:
parent
90cbe489f6
commit
af6a3bce3e
120 changed files with 24616 additions and 462 deletions
|
|
@ -20,6 +20,11 @@ in {
|
|||
enable = mkBoolOpt false "Enable or Disable QuickShell";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
xdg.configFile."quickshell" = {
|
||||
source = ./qml;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
systemd.user.services = {
|
||||
quickshell = mkService {
|
||||
Unit.Description = "QuickShell Service";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue