Skip to content

Commit

Permalink
feat(hosts/laptop-private-caroline): Include Specialisation of cosmic
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Sep 21, 2024
1 parent 7d24d29 commit 3ff753c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hosts/laptop-private-caroline/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# $ deploy --skip-checks --targets .#laptop-private-caroline
{
config,
lib,
pkgs,
myData,
...
Expand Down Expand Up @@ -135,6 +136,14 @@
};
};

# Specialisation to try out the cosmic desktop.
specialisation.cosmic.configuration = {
etu = {
graphical.cosmic.enable = true;
graphical.sway.enable = lib.mkForce false;
};
};

# Home manager settings
home-manager.users.${config.etu.user.username} = {
programs.fish.shellAbbrs.k = "kubectl";
Expand Down

0 comments on commit 3ff753c

Please sign in to comment.