move dae config to module

This commit is contained in:
ulic-youthlic 2025-01-13 16:56:03 +08:00
parent 19e24d0719
commit 49683e7f7a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 137 additions and 121 deletions

View file

@ -10,7 +10,6 @@
./users
./openssh.nix
./kvm.nix
./dae
./nh.nix
./steam.nix
@ -19,10 +18,15 @@
./networking.nix
];
youthlic.home-manager = {
enable = true;
unixName = "david";
hostName = "Tytonidae";
youthlic = {
home-manager = {
enable = true;
unixName = "david";
hostName = "Tytonidae";
};
programs = {
dae.enable = true;
};
};
programs.gnupg.agent = {