hosts/satori: move some pkgs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-07 05:12:10 +05:30
parent 15e6418361
commit 6f7e8a749a
3 changed files with 5 additions and 9 deletions

View File

@@ -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;

View File

@@ -3,7 +3,7 @@
{
services = {
tor.enable = true;
logmein-hamachi.enable = false;
logmein-hamachi.enable = true;
openssh = {
enable = true;
permitRootLogin = "yes";

View File

@@ -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;