summaryrefslogtreecommitdiff
path: root/systems/caroline
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-13 21:10:41 -0500
committerSeth Flynn <[email protected]>2025-02-13 22:09:11 -0500
commitc01800e6ab06bad0eb4a585c5435a90ff1563be0 (patch)
treeadcccf0fde9a9daf283b6f9b0a3edd3bb340b43d /systems/caroline
parentfd4925111408439dc8a8b875a6c3c4aff970ff12 (diff)
modules: move profiles to `borealis` namespace
Diffstat (limited to 'systems/caroline')
-rw-r--r--systems/caroline/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/caroline/default.nix b/systems/caroline/default.nix
index 9e32db3..633e60c 100644
--- a/systems/caroline/default.nix
+++ b/systems/caroline/default.nix
@@ -4,7 +4,9 @@
inputs.self.darwinModules.default
];
- profiles.personal.enable = true;
+ borealis = {
+ profiles.personal.enable = true;
+ };
homebrew.casks = [
"altserver"