security and such
This commit is contained in:
@@ -7,18 +7,11 @@
|
||||
./home-manager.nix
|
||||
./hyprland.nix
|
||||
];
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
pam.services.hyprlock = {};
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.localBinInPath = true;
|
||||
|
||||
console.useXkbConfig = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
anyrun
|
||||
stow
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user