Merge branch 'nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-03-14 09:53:26 +01:00
commit d4ce5a6f60
4 changed files with 77 additions and 81 deletions

View file

@ -5,8 +5,13 @@
}:
with lib; {
my = {
# config
yubikey.enable = true;
yubikey = {
enable = true;
luksSupport = {
enable = true;
devices = [ "enc" ];
};
};
wallpapers.enable = true;
theming = {
enable = true;