System Gen187 @ 2025-05-10-16:39:28 by jonas@comfy-station
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
hive.yubikey.enable = true;
|
||||
hive.wg.client.enable = true;
|
||||
hive.wg.client.privateKeyFile = config.sops.secrets.wg-priv.path;
|
||||
hive.programs.games.enable = true;
|
||||
hive.programs.games.steam = true;
|
||||
|
||||
# system packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -61,7 +63,6 @@
|
||||
insomnia
|
||||
krita
|
||||
libreoffice
|
||||
lutris
|
||||
mosquitto
|
||||
mpv
|
||||
mupdf
|
||||
@@ -85,7 +86,6 @@
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0" # required by obsidian
|
||||
];
|
||||
programs.steam.enable = true;
|
||||
services.udev.packages = [pkgs.openhantek6022];
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user