Use catppuccin from nixpkgs

This commit is contained in:
Toast 2024-01-13 14:11:25 +01:00
parent dda60e84d8
commit ea3870aa6e
3 changed files with 18 additions and 18 deletions

View file

@ -64,6 +64,21 @@
# Set up time zone.
time.timeZone = "Europe/Madrid";
nixpkgs.overlays = [
(
final: prev: {
catppuccin = prev.catppuccin.override {
accent = "mauve";
variant = "mocha";
themeList = [
"bat"
"btop"
];
};
}
)
];
home-manager = {
backupFileExtension = "hm-backup";
useGlobalPkgs = true;