Update home.nix
This commit is contained in:
parent
c9a38142f5
commit
7e783084f5
1 changed files with 1 additions and 8 deletions
|
|
@ -52,12 +52,5 @@ dconf.settings = {
|
||||||
accel-profile = "flat";
|
accel-profile = "flat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Aliases
|
|
||||||
programs.bash.enable = true; # Or programs.zsh.enable = true;
|
|
||||||
programs.bash.shellAliases = {
|
|
||||||
clean = "sudo nix-collect-garbage -d"; # Still needs sudo for system collection
|
|
||||||
ll = "ls -alh";
|
|
||||||
clear = "command clear && fastfetch --config /etc/fastfetch/config.jsonc";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue