init nix-os configuraion files
This commit is contained in:
7
modules/nixos/hyprland.nix
Normal file
7
modules/nixos/hyprland.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{inputs, pkgs, ...}:{
|
||||
# programs.hyprland = {
|
||||
# enable = true;
|
||||
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
# };
|
||||
security.pam.services.swaylock = { };
|
||||
}
|
||||
Reference in New Issue
Block a user