desktop import

This commit is contained in:
John Lancaster
2026-06-14 12:50:36 -05:00
parent 2f653b95ce
commit 3e1d438453
@@ -108,6 +108,11 @@
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "26.05"; # Did you read the comment?
# ...
home-manager.users.john.imports = with inputs.self.modules.homeManager; [
desktop
# rebuild
];
};
}