Merge remote-tracking branch 'origin/nixos' into nixos
This commit is contained in:
commit
f158ecde96
5 changed files with 77 additions and 83 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue