Merge remote-tracking branch 'origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2023-03-18 06:21:30 +01:00
commit f158ecde96
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 77 additions and 83 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;