✨ make use of mkEnableOption
This commit is contained in:
parent
a98589b6f8
commit
5c0752b891
43 changed files with 73 additions and 329 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ with lib; {
|
|||
bspwm.enable = true;
|
||||
code.enable = true;
|
||||
emacs.enable = true;
|
||||
email.enable = true;
|
||||
firefox = {
|
||||
enable = true;
|
||||
arkenfox = {
|
||||
|
|
@ -119,6 +118,7 @@ with lib; {
|
|||
signal-desktop
|
||||
tlaplusToolbox
|
||||
vlc
|
||||
thunderbird
|
||||
];
|
||||
|
||||
home-manager.users.moritz = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue