diff --git a/home/vinzenz/configuration.nix b/home/vinzenz/configuration.nix index a7b8fb4..37da536 100644 --- a/home/vinzenz/configuration.nix +++ b/home/vinzenz/configuration.nix @@ -50,15 +50,13 @@ arduino arduino-ide arduino-cli - kicad - kikit - - ut1999 servicepoint-cli servicepoint-simulator - anydesk + icu + + nextcloud-client ]; home.file = { diff --git a/home/vinzenz/gnome.nix b/home/vinzenz/gnome.nix index b0f6e3d..c8d5a5e 100644 --- a/home/vinzenz/gnome.nix +++ b/home/vinzenz/gnome.nix @@ -7,7 +7,7 @@ quick-settings-tweaker solaar-extension alphabetical-app-grid - ]; + ] ++ (with pkgs; [foliate]); dconf.settings = { "org/gnome/shell" = { diff --git a/hosts/vinzenz-lpt2/configuration.nix b/hosts/vinzenz-lpt2/configuration.nix index e7b0153..b627078 100644 --- a/hosts/vinzenz-lpt2/configuration.nix +++ b/hosts/vinzenz-lpt2/configuration.nix @@ -1,6 +1,6 @@ { ... }: { - imports = [ ./zerforschen-plus.nix ]; + imports = [ ./nginx.nix ]; config = { nix.settings.extra-platforms = [ @@ -37,6 +37,6 @@ }; }; - networking.firewall.allowedTCPPorts = [ 8776 ]; + networking.firewall.allowedTCPPorts = [ 8776 1337 ]; }; }