switch to base16 project-wide

This commit is contained in:
Sean Kovacs 2026-01-21 14:04:21 -05:00
commit fb18ff7455
Signed by: sckova
GPG key ID: 00F325187C68651A
28 changed files with 847 additions and 810 deletions

View file

@ -22,11 +22,6 @@
'';
hardware.i2c.enable = true;
catppuccin = {
accent = "blue";
flavor = "mocha";
};
boot.loader.systemd-boot.consoleMode = "max";
boot.kernelPackages = pkgs.linuxPackages;

View file

@ -6,11 +6,6 @@
{
boot.kernelParams = [ "appledrm.show_notch=1" ];
catppuccin = {
accent = "peach";
flavor = "mocha";
};
environment.systemPackages = with pkgs; [
ddcutil
];

View file

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