hosts/satori: move some pkgs
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
{
 | 
			
		||||
  services = {
 | 
			
		||||
    tor.enable = true;
 | 
			
		||||
    logmein-hamachi.enable = false;
 | 
			
		||||
    logmein-hamachi.enable = true;
 | 
			
		||||
    openssh = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      permitRootLogin = "yes";
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user