Skip to content

Commit

Permalink
bricked: add cavalier
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 18, 2024
1 parent 58e716b commit 773ecff
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions configs/home/bricked/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,29 @@
# Apps
programs.librewolf.enable = true;
programs.spicetify.enable = true;
programs.cavalier = {
enable = true;
settings.general = {
ShowControls = true;
ColorProfiles = [
{
Name = "Default";
FgColors = [
"#ffed333b"
"#ffffa348"
"#fff8e45c"
"#ff57e389"
"#ff62a0ea"
"#ffc061cb"
];
BgColors = [
"#ff1e1e2e"
];
Theme = 1;
}
];
ActiveProfile = 0;
};
};
home.packages = with pkgs; [vesktop];
}

0 comments on commit 773ecff

Please sign in to comment.