chore: update flake & niri blur
This commit is contained in:
parent
601dfb9217
commit
98b4f598f8
36 changed files with 516 additions and 317 deletions
9
system/dev/public/dn/presets/local.nix
Normal file
9
system/dev/public/dn/presets/local.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
../nextcloud-sync.nix
|
||||
../yubikey.nix
|
||||
../ntfy.nix
|
||||
../wm.nix
|
||||
];
|
||||
}
|
||||
6
system/dev/public/dn/presets/server.nix
Normal file
6
system/dev/public/dn/presets/server.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
../yubikey.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue