diff --git a/hosts/satori/pkgs.nix b/hosts/satori/pkgs.nix index 37bfa27..4ab969b 100644 --- a/hosts/satori/pkgs.nix +++ b/hosts/satori/pkgs.nix @@ -2,7 +2,6 @@ { environment.systemPackages = with pkgs; [ - w3m tmux bc ghc @@ -17,7 +16,6 @@ kbd cachix gcc - glibc.static openjdk virtmanager tree-sitter @@ -28,7 +26,6 @@ vulkan-tools vulkan-headers msr-tools - steam igrep jq ]; @@ -59,10 +56,7 @@ enable = true; highlightStyle = "fg=yellow,bold"; }; - ohMyZsh = { - plugins = [ "git" ]; - enable = true; - }; + ohMyZsh.enable = true; }; dconf.enable = true; adb.enable = true; diff --git a/hosts/satori/services.nix b/hosts/satori/services.nix index dd4dd2a..c2bbe36 100644 --- a/hosts/satori/services.nix +++ b/hosts/satori/services.nix @@ -3,7 +3,7 @@ { services = { tor.enable = true; - logmein-hamachi.enable = false; + logmein-hamachi.enable = true; openssh = { enable = true; permitRootLogin = "yes"; diff --git a/hosts/satori/stuff.nix b/hosts/satori/stuff.nix index 3e9f358..a8f836d 100644 --- a/hosts/satori/stuff.nix +++ b/hosts/satori/stuff.nix @@ -47,6 +47,9 @@ office-code-pro eb-garamond noto-fonts-cjk + hanazono + takao + liberation_ttf ]; users.users.natto = { isNormalUser = true; @@ -63,7 +66,6 @@ }; }; virtualisation = { - docker.enable = true; podman = { enable = true; enableNvidia = true;