various catppuccin changes
This commit is contained in:
parent
766115ee4b
commit
730f7fbceb
7 changed files with 23 additions and 17 deletions
|
|
@ -23,7 +23,10 @@
|
|||
'';
|
||||
hardware.i2c.enable = true;
|
||||
|
||||
catppuccin.accent = "blue";
|
||||
catppuccin = {
|
||||
accent = "blue";
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,11 @@
|
|||
|
||||
boot.kernelParams = ["apple_dcp.show_notch=1"];
|
||||
|
||||
catppuccin.accent = "peach";
|
||||
catppuccin = {
|
||||
accent = "lavender";
|
||||
flavor = "macchiato";
|
||||
};
|
||||
|
||||
services.displayManager.gdm.enable = true;
|
||||
|
||||
hardware.asahi = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
{catppuccin, ...}: {
|
||||
networking.hostName = "vm";
|
||||
|
||||
catppuccin.accent = "green";
|
||||
catppuccin = {
|
||||
accent = "green";
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
home-manager.users.sckova = {
|
||||
imports = [catppuccin.homeModules.catppuccin];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue