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

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