switch back to nixfmt

This commit is contained in:
Sean Kovacs 2026-01-19 22:27:28 -05:00
commit a7f0e767d3
Signed by: sckova
GPG key ID: 00F325187C68651A
37 changed files with 797 additions and 689 deletions

View file

@ -1,11 +1,12 @@
{catppuccin, ...}: {
{ catppuccin, ... }:
{
catppuccin = {
accent = "green";
flavor = "mocha";
};
home-manager.users.sckova = {
imports = [catppuccin.homeModules.catppuccin];
imports = [ catppuccin.homeModules.catppuccin ];
};
services.spice-vdagentd.enable = true;