Still GTK looks

This commit is contained in:
2026-03-16 11:51:52 +00:00
parent 11f55be973
commit 6b7b6fae5f
4 changed files with 354 additions and 433 deletions
+354 -387
View File
File diff suppressed because it is too large Load Diff
-26
View File
@@ -338,15 +338,8 @@ This is the top of the machine hierarchy
./xdg.nix ./xdg.nix
./session.nix ./session.nix
./networking.nix ./networking.nix
./gtk.nix
./catppuccin.nix
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
]; ];
catppuccin = {
enable = true;
flavor = "mocha";
};
} }
#+END_SRC #+END_SRC
@@ -1118,25 +1111,6 @@ This file sets up wayland
} }
#+END_SRC #+END_SRC
** =generated/out_of_tree/machines/traveldroid/catppuccin.nix=
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
You'll notice the color values in multiple places outside this as well.
#+BEGIN_SRC nix :tangle generated/out_of_tree/machines/traveldroid/catppuccin.nix :noweb tangle :mkdirp yes :eval never-html
{ ... }:
{
catppuccin = {
enable = true;
flavor = "mocha";
accent = "blue";
gtk = {
icon.enable = true;
};
cursors.enable = true;
};
}
#+END_SRC
** =generated/system/development/top.nix= ** =generated/system/development/top.nix=
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
#+BEGIN_SRC nix :tangle generated/system/development/top.nix :noweb tangle :mkdirp yes :eval never-html #+BEGIN_SRC nix :tangle generated/system/development/top.nix :noweb tangle :mkdirp yes :eval never-html
@@ -1,13 +0,0 @@
{ ... }:
{
catppuccin = {
enable = true;
flavor = "mocha";
accent = "blue";
gtk = {
icon.enable = true;
};
cursors.enable = true;
};
}
@@ -18,13 +18,6 @@
./xdg.nix ./xdg.nix
./session.nix ./session.nix
./networking.nix ./networking.nix
./gtk.nix
./catppuccin.nix
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
]; ];
catppuccin = {
enable = true;
flavor = "mocha";
};
} }