user/hyprlock: init
This commit is contained in:
parent
8dc54c3565
commit
aa339560b3
4 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
security.pam.services.hyprlock = {};
|
||||
|
||||
# For steam fhs-env
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ in {
|
|||
./user/eww-wayland.nix
|
||||
./user/git.nix
|
||||
./user/gpg.nix
|
||||
./user/hyprlock.nix
|
||||
./user/kitty.nix
|
||||
./user/mpv.nix
|
||||
./user/neovim.nix
|
||||
|
|
|
|||
5
modules/user/hyprlock.nix
Normal file
5
modules/user/hyprlock.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -31,6 +31,7 @@
|
|||
theming
|
||||
xdg
|
||||
|
||||
hyprlock
|
||||
kitty
|
||||
mpv
|
||||
obs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue