tmux + catppuccin mostly

This commit is contained in:
2025-12-19 15:22:07 +01:00
parent 93d98e3001
commit 05429407db
19 changed files with 962 additions and 768 deletions

View File

@@ -8,6 +8,7 @@
./packages
inputs.spicetify-nix.homeManagerModules.default
inputs.zen-browser.homeModules.default
inputs.catppuccin.homeModules.catppuccin
];
nixpkgs = {
@@ -23,7 +24,11 @@
programs.zen-browser.enable = true;
catppuccin = {
enable = true;
accent = "mauve";
flavor = "mocha";
};
home.pointerCursor =
let
@@ -57,7 +62,7 @@
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in
{
enable = true;
enable = false;
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";