mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-27 14:02:09 +00:00
suspend
This commit is contained in:
parent
12421790c1
commit
d151ddd07a
2 changed files with 9 additions and 4 deletions
|
|
@ -257,10 +257,14 @@ in
|
||||||
#
|
#
|
||||||
programs.dank-material-shell.greeter = {
|
programs.dank-material-shell.greeter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compositor.name = "hyprland"; # Or "hyprland" or "sway"
|
compositor.name = "hyprland"; # "niri" or "hyprland" or "sway"
|
||||||
configHome = "/home/dan";
|
configHome = "/home/dan";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.logind.settings.Login = {
|
||||||
|
HandlePowerKey = "suspend";
|
||||||
|
};
|
||||||
|
|
||||||
#xdg.configFile."menus/applications.menu".text = builtins.readFile ./applications.menu;
|
#xdg.configFile."menus/applications.menu".text = builtins.readFile ./applications.menu;
|
||||||
environment.etc."/xdg/menus/plasma-applications.menu".text =
|
environment.etc."/xdg/menus/plasma-applications.menu".text =
|
||||||
builtins.readFile "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";
|
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";
|
stateVersion = "25.11";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
spacetimedb
|
||||||
nixd
|
nixd
|
||||||
buck2
|
buck2
|
||||||
(rusic.packages.${system}.default)
|
(rusic.packages.${system}.default)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue