various catppuccin changes

This commit is contained in:
Sean Kovacs 2026-01-14 16:54:50 -05:00
commit feed61a54f
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 23 additions and 17 deletions

View file

@ -1,7 +1,10 @@
{catppuccin, ...}: {
networking.hostName = "vm";
catppuccin.accent = "green";
catppuccin = {
accent = "green";
flavor = "mocha";
};
home-manager.users.sckova = {
imports = [catppuccin.homeModules.catppuccin];