plasma-manager and other changes

This commit is contained in:
Sean Kovacs 2025-11-06 12:33:16 -05:00
commit 1da91f0176
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 358 additions and 46 deletions

View file

@ -1,9 +1,7 @@
{ config, pkgs, lib, catppuccin, ... }: {
networking.hostName = "peach";
catppuccin = {
accent = "peach";
};
catppuccin.accent = "peach";
home-manager.users.sckova = {
imports = [ catppuccin.homeModules.catppuccin ];