New functions/bin structure

This commit is contained in:
2021-08-02 05:18:07 -06:00
parent 2500a49c1e
commit e726ba61ae
54 changed files with 313 additions and 665 deletions

View File

@@ -4,6 +4,7 @@
./users.nix
./fonts.nix
./essential.nix
./environment.nix
];
# Allow all the things
@@ -67,19 +68,6 @@
# TODO: Add a comment explaining what this does.
services.gnome.at-spi2-core.enable = true;
# Shell configuration
programs.zsh = {
enable = true;
syntaxHighlighting = {
enable = true;
};
ohMyZsh = {
enable = true;
plugins = [ "git" "sudo" "pip" ];
};
spaceship-prompt.enable = true;
};
services.openssh.enable = true;
services.autorandr.enable = true;
@@ -90,14 +78,6 @@
hardware.keyboard.zsa.enable = true;
environment = {
homeBinInPath = true;
localBinInPath = true;
extraInit = ''
export PATH="$HOME/.lib/bin:$PATH"
'';
};
services.xserver = {
exportConfiguration = true;
enable = true;