hosts/satori: remove fcitx and change the default kb layout

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-23 15:42:08 +05:30
parent cb779f9d35
commit a18f8b7295
10 changed files with 44 additions and 115 deletions

View File

@@ -18,8 +18,8 @@
rnix-lsp
vulkan-tools
vulkan-headers
igrep
jq
dconf
];
programs = {
@@ -30,6 +30,7 @@
pinentryFlavor = "curses";
};
};
git = {
enable = true;
package = pkgs.git.override {
@@ -38,6 +39,7 @@
withManual = false;
};
};
zsh = {
enable = true;
histSize = 30000;
@@ -50,10 +52,9 @@
};
ohMyZsh.enable = true;
};
dconf.enable = true;
adb.enable = true;
light.enable = true;
proxychains = {
/* proxychains = {
enable = true;
chain.type = "dynamic";
proxyDNS = true;
@@ -65,8 +66,8 @@
port = 2217;
};
};
};
slock.enable = true;
gamemode.enable = true;
}; */
gamemode.enable = true;
nm-applet.enable = true;
};
}