set up swaylock and swayidle
This commit is contained in:
parent
0537951879
commit
6de5076d42
6 changed files with 37 additions and 0 deletions
3
nixos/desktop/hyprland.nix
Normal file
3
nixos/desktop/hyprland.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
security.pam.services.swaylock = {};
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
../common
|
||||
./hardware-configuration.nix
|
||||
../services/postgres.nix
|
||||
../desktop/hyprland.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -57,6 +58,7 @@
|
|||
xkbVariant = "";
|
||||
};
|
||||
services.fwupd.enable = true;
|
||||
powerManagement.enable = true;
|
||||
|
||||
users.users = {
|
||||
lu = {
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
../common
|
||||
./hardware-configuration.nix
|
||||
../services/postgres.nix
|
||||
../desktop/hyprland.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue