Reorganized

This commit is contained in:
2024-08-23 05:39:44 +03:00
parent e25d8a17cf
commit 860eba085f
6 changed files with 27 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
#https://xeiaso.net/talks/asg-2023-nixos/ example
{ lib, config, pkgs, ... }:{
home.file."name.txt".text = ''${config.azos.name}'';
}