home(gui): switch to catppuccin module
This commit is contained in:
parent
9004bed15f
commit
40e13e9db6
13 changed files with 91 additions and 361 deletions
|
@ -1,15 +1,17 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; {
|
||||
imports = [ ./catppuccin/home.nix ];
|
||||
|
||||
, ... }: with lib; let
|
||||
catppuccin = config.passthrough.catppuccin.enable;
|
||||
in {
|
||||
config = mkIf config.passthrough.gui {
|
||||
# cursor theme
|
||||
home.pointerCursor = mkDefault {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
home.pointerCursor = {
|
||||
package = mkDefault pkgs.bibata-cursors;
|
||||
name = mkDefault "Bibata-Modern-Classic";
|
||||
size = 24;
|
||||
x11.enable = true;
|
||||
gtk.enable = true;
|
||||
};
|
||||
|
||||
# gtk theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue