Still GTK looks
This commit is contained in:
@@ -338,15 +338,8 @@ This is the top of the machine hierarchy
|
||||
./xdg.nix
|
||||
./session.nix
|
||||
./networking.nix
|
||||
./gtk.nix
|
||||
./catppuccin.nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -1118,25 +1111,6 @@ This file sets up wayland
|
||||
}
|
||||
#+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=
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user