Enable tor-browser, monero and kicad for picard

This commit is contained in:
Andrea Ciceri 2024-03-14 19:10:21 +01:00
parent 58f8584c3e
commit 29fd0330e8
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -36,7 +36,9 @@
"hass-poweroff" "hass-poweroff"
"forgejo-runners" "forgejo-runners"
"teamviewer" "teamviewer"
"macos-ventura" # "macos-ventura"
# "sunshine"
"mount-rock5b"
] ]
++ [ ++ [
./disko.nix ./disko.nix
@ -68,6 +70,9 @@
"email" "email"
"digikam" "digikam"
"dolphin" "dolphin"
"tor-browser"
"kicad"
"monero"
]; ];
extraGroups = []; extraGroups = [];
backupPaths = []; backupPaths = [];
@ -95,6 +100,8 @@
configurationLimit = 20; configurationLimit = 20;
}; };
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
networking.hostId = "5b02e763"; networking.hostId = "5b02e763";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";