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; [
 | 
					  environment.systemPackages = with pkgs; [
 | 
				
			||||||
    w3m
 | 
					 | 
				
			||||||
    tmux
 | 
					    tmux
 | 
				
			||||||
    bc
 | 
					    bc
 | 
				
			||||||
    ghc
 | 
					    ghc
 | 
				
			||||||
@@ -17,7 +16,6 @@
 | 
				
			|||||||
    kbd
 | 
					    kbd
 | 
				
			||||||
    cachix
 | 
					    cachix
 | 
				
			||||||
    gcc
 | 
					    gcc
 | 
				
			||||||
    glibc.static
 | 
					 | 
				
			||||||
    openjdk
 | 
					    openjdk
 | 
				
			||||||
    virtmanager
 | 
					    virtmanager
 | 
				
			||||||
    tree-sitter
 | 
					    tree-sitter
 | 
				
			||||||
@@ -28,7 +26,6 @@
 | 
				
			|||||||
    vulkan-tools
 | 
					    vulkan-tools
 | 
				
			||||||
    vulkan-headers
 | 
					    vulkan-headers
 | 
				
			||||||
    msr-tools
 | 
					    msr-tools
 | 
				
			||||||
    steam
 | 
					 | 
				
			||||||
    igrep
 | 
					    igrep
 | 
				
			||||||
    jq
 | 
					    jq
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
@@ -59,10 +56,7 @@
 | 
				
			|||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
        highlightStyle = "fg=yellow,bold";
 | 
					        highlightStyle = "fg=yellow,bold";
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      ohMyZsh = {
 | 
					      ohMyZsh.enable = true;
 | 
				
			||||||
        plugins = [ "git" ];
 | 
					 | 
				
			||||||
        enable = true;
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    dconf.enable = true;
 | 
					    dconf.enable = true;
 | 
				
			||||||
    adb.enable = true;
 | 
					    adb.enable = true;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  services = {
 | 
					  services = {
 | 
				
			||||||
    tor.enable = true;
 | 
					    tor.enable = true;
 | 
				
			||||||
    logmein-hamachi.enable = false;
 | 
					    logmein-hamachi.enable = true;
 | 
				
			||||||
    openssh = {
 | 
					    openssh = {
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      permitRootLogin = "yes";
 | 
					      permitRootLogin = "yes";
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,6 +47,9 @@
 | 
				
			|||||||
    office-code-pro
 | 
					    office-code-pro
 | 
				
			||||||
    eb-garamond
 | 
					    eb-garamond
 | 
				
			||||||
    noto-fonts-cjk
 | 
					    noto-fonts-cjk
 | 
				
			||||||
 | 
					    hanazono
 | 
				
			||||||
 | 
					    takao
 | 
				
			||||||
 | 
					    liberation_ttf
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
  users.users.natto = {
 | 
					  users.users.natto = {
 | 
				
			||||||
    isNormalUser = true;
 | 
					    isNormalUser = true;
 | 
				
			||||||
@@ -63,7 +66,6 @@
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  virtualisation = {
 | 
					  virtualisation = {
 | 
				
			||||||
    docker.enable = true;
 | 
					 | 
				
			||||||
    podman = {
 | 
					    podman = {
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      enableNvidia = true;
 | 
					      enableNvidia = true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user