mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-20 21:08:41 +00:00
suspend
This commit is contained in:
parent
12421790c1
commit
d151ddd07a
2 changed files with 9 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -38,6 +38,7 @@ in
|
|||
stateVersion = "25.11";
|
||||
|
||||
packages = with pkgs; [
|
||||
spacetimedb
|
||||
nixd
|
||||
buck2
|
||||
(rusic.packages.${system}.default)
|
||||
|
|
|
|||
Loading…
Reference in a new issue