Compare commits

..

2 Commits

3 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ in
WantedBy = [ "default.target" ];
};
Service = {
ExecStart = "${pkg}/bin/quickshell";
ExecStart = "${pkgs.quickshell}/bin/quickshell";
Restart = "on-failure";
RestartSec = "5s";
};

View File

@@ -17,7 +17,7 @@ in
# whole blender config including addons is too fat to include here
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
wlx-overlay-s
wayvr
];
};
# nix'ing a blender config is most likely not possible

View File

@@ -54,6 +54,7 @@ in
publish.userServices = true;
};
};
programs.adb.enable = true;
environment.systemPackages = [ pkgs.android-tools ];
# programs.adb.enable = true;
};
}