diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,13 +50,13 @@ username = "fcuny"; system = "x86_64-linux"; hostname = "carmel"; - desktop = true; + isDesktop = true; }; "fcuny@aptos" = lib.mkHome { username = "fcuny"; system = "x86_64-linux"; hostname = "aptos"; - desktop = true; + isDesktop = true; }; "fcuny@tahoe" = lib.mkHome { username = "fcuny"; |
