This commit is contained in:
Fabián Montero 2022-03-17 04:02:21 -06:00
parent 8bb64df944
commit 7a64f3a191
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,7 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
networking.hostName = "posixlycorrect"; # Define your hostname.
networking.networkmanager.enable = true;

View file

@ -10,6 +10,11 @@
packages = import ./path.nix pkgs;
};
nix.registry."system".to = {
type = "path";
path = "/home/fabian/nix";
};
nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true;
programs.neovim.enable = true;