make use of mkEnableOption

This commit is contained in:
Moritz Böhme 2022-10-15 20:00:09 +02:00
parent a98589b6f8
commit 5c0752b891
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
43 changed files with 73 additions and 329 deletions

View file

@ -22,6 +22,11 @@ with lib;
time.timeZone = "Europe/Berlin";
my = {
nix = {
gc.enable = true;
optimise.enable = true;
};
bin.enable = true;
shell = {
abbreviations = {
us = "systemctl --user";
@ -43,10 +48,13 @@ with lib;
variables = { EDITOR = "vim"; };
};
programs = {
direnv.enable = true;
fish.enable = true;
vim.enable = true;
git.enable = true;
gpg.enable = true;
helix.enable = true;
kakoune.enable = true;
vim.enable = true;
};
};
@ -82,7 +90,6 @@ with lib;
entr
exa
gparted
hub
hut
lazygit
neofetch