Satori: a.

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-03-28 04:57:27 +05:30
parent 04da549117
commit f89fefa53d
17 changed files with 221 additions and 152 deletions

View File

@@ -13,9 +13,13 @@
sessionVariables = {
QT_X11_NO_MITSHM = "1";
QT_QPA_PLATFORMTHEME = "gtk3";
HM_CONF_DIR = "/etc/nixos";
};
localBinInPath = true;
shellAliases = rec {
ec = "emacsclient";
ecc = ec + " -c";
};
};
security = {
sudo.enable = false;