This commit is contained in:
2023-07-07 09:21:00 +02:00
parent 08b84676a5
commit b563c17095
4 changed files with 19 additions and 110 deletions

4
os/system/boot.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }: {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}

View File

@@ -1,4 +1,18 @@
{ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
services.printing.enable = true;
programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
environment.systemPackages = with pkgs; [
fd
fzf