Use catppuccin from nixpkgs
This commit is contained in:
parent
dda60e84d8
commit
ea3870aa6e
3 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue