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

@ -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)