Merge branch 'nixos' of github.com:MoritzBoehme/dotfiles into nixos

dev-docs
Moritz Böhme 2021-10-10 12:04:06 +02:00
commit 52f8a6c34c
3 changed files with 9 additions and 0 deletions

View File

@ -11,5 +11,6 @@
xfce.xfconf
xfce.tumbler
xfce.exo
libreoffice
];
}

View File

@ -18,6 +18,7 @@ let
}];
enableAutosuggestions = true;
enableCompletion = true;
initExtra = ''export DIRENV_LOG_FORMAT=""'';
};
exa.enable = true;
bat.enable = true;

View File

@ -43,6 +43,13 @@
createDirectories = true;
};
home.language = {
base = "en_US.UTF-8";
time = "de_DE.UTF-8";
numeric = "de_DE.UTF-8";
paper = "de_DE.UTF-8";
};
home.stateVersion = "21.05";
};
}