Files
.github
docs
keys
modules
base.nix
boot.nix
endlessh.nix
fail2ban.nix
flake-update-service.nix
hydra.nix
locale.nix
nix.nix
nom.patch
pam-fingerprint-swap.nix
systems
users
.envrc
.gitignore
.sops.yaml
flake.lock
flake.nix
treefmt.toml
nix-dotfiles/modules/base.nix
2024-04-13 16:29:30 -04:00

14 lines
206 B
Nix

{ lib, ... }:
{
nixpkgs.config.allowUnfree = lib.mkDefault true;
users = {
mutableUsers = lib.mkDefault false;
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
};
}