This commit is contained in:
Daniel Bulant 2026-03-31 23:35:24 +02:00
parent 12421790c1
commit d151ddd07a
No known key found for this signature in database
2 changed files with 9 additions and 4 deletions

View file

@ -36,7 +36,7 @@ in
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
nixpkgs.config.permittedInsecurePackages = [
@ -237,8 +237,8 @@ in
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"rusic.cachix.org-1:WXMpGpamblLUiJtcoxBxGGGGwIcWxGPJBUxarLiqWmw="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"rusic.cachix.org-1:WXMpGpamblLUiJtcoxBxGGGGwIcWxGPJBUxarLiqWmw="
];
};
@ -257,10 +257,14 @@ in
#
programs.dank-material-shell.greeter = {
enable = true;
compositor.name = "hyprland"; # Or "hyprland" or "sway"
compositor.name = "hyprland"; # "niri" or "hyprland" or "sway"
configHome = "/home/dan";
};
services.logind.settings.Login = {
HandlePowerKey = "suspend";
};
#xdg.configFile."menus/applications.menu".text = builtins.readFile ./applications.menu;
environment.etc."/xdg/menus/plasma-applications.menu".text =
builtins.readFile "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";

View file

@ -38,6 +38,7 @@ in
stateVersion = "25.11";
packages = with pkgs; [
spacetimedb
nixd
buck2
(rusic.packages.${system}.default)