Compare commits

..

No commits in common. "1f2d94fe272178a793ba825a0f73781acbf5cead" and "4235bd751823613a08e2b1a77ab62bac525cb928" have entirely different histories.

2 changed files with 8 additions and 21 deletions

View file

@ -14,11 +14,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1733940404,
"narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=",
"lastModified": 1730200266,
"narHash": "sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713",
"rev": "807e9154dcb16384b1b765ebe9cd2bba2ac287fd",
"type": "github"
},
"original": {
@ -39,11 +39,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1734232136,
"narHash": "sha256-rQd9jiPTGVchefiwJhx1xUlCLcnOCWQ7KlQ+Pkio9zU=",
"lastModified": 1730432151,
"narHash": "sha256-2eQ6AIvqorTZuvLl6VQzFyuFMIMMp8qmzQkdGjozQwc=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "6acd5e9515e0d53347b7883ac02ac7ab4bd03a2c",
"rev": "df7a5519a9c24419a56dd6903abcc72679978be6",
"type": "github"
},
"original": {

View file

@ -4,7 +4,7 @@
users.users.bart = {
isNormalUser = true;
description = "Bart van der Braak";
extraGroups = [ "networkmanager" "wheel" "libvirtd" "docker" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
vscodium
thunderbird
@ -18,13 +18,12 @@
python3
gnumake
gccgo
_1password-gui
# nodejs_22
# corepack_22
azure-cli
sops
blender
inkscape
gimp
nixfmt-rfc-style
];
};
@ -37,14 +36,6 @@
"electron-27.3.11"
];
programs._1password.enable = true;
programs._1password-gui = {
enable = true;
# Certain features, including CLI integration and system authentication support,
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
polkitPolicyOwners = [ "bart" ];
};
# SSH agent configuration
programs.ssh.startAgent = true;
programs.ssh.extraConfig = ''
@ -58,10 +49,6 @@
programs.gnupg.agent.enable = true;
programs.gnupg.dirmngr.enable = true;
# Add KVM support
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
# Add Docker support
virtualisation.docker.enable = true;
virtualisation.docker.rootless = {