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
|
||||
];
|
||||
}
|
||||
|
||||
@@ -8,9 +8,17 @@
|
||||
imports = [
|
||||
./substituters.nix
|
||||
./nixpkgs.nix
|
||||
./security.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [pkgs.git];
|
||||
environment = {
|
||||
systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.scx
|
||||
pkgs.stow
|
||||
];
|
||||
localBinInPath = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
# pin the registry to avoid downloading and evaling a new nixpkgs version every time
|
||||
|
||||
6
nixos/core/system/security.nix
Normal file
6
nixos/core/system/security.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
pam.services.hyprlock = {};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user