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 \
|
||||
timeout 60 'swaylock -f' \
|
||||
timeout 90 'hyprctl dispatch dpms off' \
|
||||
timeout 300 'systemctl suspend' \
|
||||
timeout 900 'systemctl hibernate' \
|
||||
timeout 300 'systemctl suspend-then-hibernate' \
|
||||
resume 'hyprctl dispatch dpms on' \
|
||||
before-sleep 'swaylock -f'
|
||||
|
||||
|
|
|
@ -15,9 +15,8 @@
|
|||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu; };
|
||||
modules = [
|
||||
../nixos
|
||||
inputs.sops-nix.nixosModules.sops # Handle secrets
|
||||
inputs.lanzaboote.nixosModules.lanzaboote # SecureBoot Configuration
|
||||
inputs.nur.nixosModules.nur # NixOS User Repository
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
] ++ (inputs.nixpkgs.lib.optionals (installer != null) [ installer ]);
|
||||
};
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
wlogout
|
||||
ranger # TUI file manager
|
||||
xdg-utils # Utilities for better X/Wayland integration
|
||||
inputs.nixpkgs-wayland.pkgs.wayprompt
|
||||
wayprompt
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
Loading…
Reference in a new issue