refactor(nix)!: move nix module to programs
This commit is contained in:
parent
3e9468d872
commit
d143c48e9e
2 changed files with 6 additions and 6 deletions
|
|
@ -32,10 +32,6 @@ in
|
|||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
my = {
|
||||
nix = {
|
||||
gc.enable = true;
|
||||
optimise.enable = true;
|
||||
};
|
||||
bin.enable = true;
|
||||
shell = {
|
||||
abbreviations = {
|
||||
|
|
@ -63,6 +59,10 @@ in
|
|||
git.enable = true;
|
||||
gpg.enable = true;
|
||||
navi.enable = true;
|
||||
nix = {
|
||||
gc.enable = true;
|
||||
optimise.enable = true;
|
||||
};
|
||||
tmux.enable = true;
|
||||
tmux.keybinds = {
|
||||
prefix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue