Test
This commit is contained in:
parent
0f1d8751c0
commit
06b95616e2
3 changed files with 4 additions and 6 deletions
|
@ -262,8 +262,7 @@
|
||||||
swayidle -w \
|
swayidle -w \
|
||||||
timeout 60 'swaylock -f' \
|
timeout 60 'swaylock -f' \
|
||||||
timeout 90 'hyprctl dispatch dpms off' \
|
timeout 90 'hyprctl dispatch dpms off' \
|
||||||
timeout 300 'systemctl suspend' \
|
timeout 300 'systemctl suspend-then-hibernate' \
|
||||||
timeout 900 'systemctl hibernate' \
|
|
||||||
resume 'hyprctl dispatch dpms on' \
|
resume 'hyprctl dispatch dpms on' \
|
||||||
before-sleep 'swaylock -f'
|
before-sleep 'swaylock -f'
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu; };
|
||||||
modules = [
|
modules = [
|
||||||
../nixos
|
../nixos
|
||||||
inputs.sops-nix.nixosModules.sops # Handle secrets
|
inputs.sops-nix.nixosModules.sops
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote # SecureBoot Configuration
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
inputs.nur.nixosModules.nur # NixOS User Repository
|
|
||||||
] ++ (inputs.nixpkgs.lib.optionals (installer != null) [ installer ]);
|
] ++ (inputs.nixpkgs.lib.optionals (installer != null) [ installer ]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
wlogout
|
wlogout
|
||||||
ranger # TUI file manager
|
ranger # TUI file manager
|
||||||
xdg-utils # Utilities for better X/Wayland integration
|
xdg-utils # Utilities for better X/Wayland integration
|
||||||
inputs.nixpkgs-wayland.pkgs.wayprompt
|
wayprompt
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|
Loading…
Reference in a new issue