Enable tor-browser
, monero
and kicad
for picard
This commit is contained in:
parent
58f8584c3e
commit
29fd0330e8
1 changed files with 8 additions and 1 deletions
|
@ -36,7 +36,9 @@
|
|||
"hass-poweroff"
|
||||
"forgejo-runners"
|
||||
"teamviewer"
|
||||
"macos-ventura"
|
||||
# "macos-ventura"
|
||||
# "sunshine"
|
||||
"mount-rock5b"
|
||||
]
|
||||
++ [
|
||||
./disko.nix
|
||||
|
@ -68,6 +70,9 @@
|
|||
"email"
|
||||
"digikam"
|
||||
"dolphin"
|
||||
"tor-browser"
|
||||
"kicad"
|
||||
"monero"
|
||||
];
|
||||
extraGroups = [];
|
||||
backupPaths = [];
|
||||
|
@ -95,6 +100,8 @@
|
|||
configurationLimit = 20;
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
||||
|
||||
networking.hostId = "5b02e763";
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue