improved my emacs config, im still probably not gonna use it 😩

This commit is contained in:
2022-01-12 11:10:55 +05:30
parent 7ef5e47827
commit df12a11128
5 changed files with 151 additions and 261 deletions

View File

@@ -30,7 +30,11 @@
options = [ "compress-force=zstd:3" ];
};
swapDevices = [ ];
swapDevices = [
{
device = "/dev/disk/by-uuid/d4cef4cd-19b0-4d1b-8569-9985ff42270c";
}
];
zramSwap = {
enable = true;
algorithm = "lz4";

View File

@@ -50,6 +50,9 @@
};
zsh = {
enable = true;
shellAliases = {
"ec" = "emacsclient";
};
promptInit = ''
RPROMPT='%B%F{cyan}%n%f@%F{red}%m%b'
function preexec() {

View File

@@ -37,6 +37,7 @@
nerdfonts
font-awesome
monoid
office-code-pro
];
users.users.natto = {
isNormalUser = true;