[Asahi] Add barebones hyprlock.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
1d81f69881
commit
512b22c021
2 changed files with 33 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
hardware.bluetooth.powerOnBoot = false;
|
||||
services.blueman.enable = true;
|
||||
|
||||
security.pam.services.hyprlock = {};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
@ -119,6 +121,8 @@
|
|||
kitty
|
||||
# Theming
|
||||
palenight-theme
|
||||
# Lock screen
|
||||
hyprlock
|
||||
];
|
||||
|
||||
fonts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue