fix: family account should have more sane defaults
All checks were successful
/ build-host (map[host:beefcake]) (push) Successful in 35s
/ build-host (map[host:dragon]) (push) Successful in 45s
/ build-host (map[host:flipflop]) (push) Successful in 38s
/ build-host (map[host:foxtrot]) (push) Successful in 42s
/ build-host (map[host:rascal]) (push) Successful in 19s
/ build-host (map[host:router]) (push) Successful in 27s
/ build-devshell (push) Successful in 17s
/ flake-check (push) Successful in 4m12s

This commit is contained in:
Daniel Flanagan 2025-03-26 09:13:23 -05:00
parent c3d33a2d39
commit e8a19a35a9
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,8 @@
];
};
home-manager.users.flanfam = {
# TODO: .face
lyte.shell.enable = lib.mkDefault true;
lyte.desktop.enable = lib.mkDefault true;
accounts.email.accounts.primary = {
primary = true;
address = "home@lyte.dev";
@ -62,7 +63,7 @@
homeDirectory = "/home/flanfam";
stateVersion = lib.mkDefault config.system.stateVersion;
file.".face" = {
enable = config.home-manager.users.daniel.lyte.desktop.enable;
enable = true;
source = builtins.fetchurl {
url = "https://lyte.dev/icon.png";
sha256 = "sha256:0nf22gwasc64yc5317d0k0api0fwyrf4g3wxljdi2p3ki079ky53";

View file

@ -73,7 +73,6 @@
networking.wifi.enable = true;
lyte.desktop.enable = true;
family-account.enable = true;
home-manager.users.daniel = {
lyte.shell = {
enable = true;