Working on GTK
This commit is contained in:
+2
-1
@@ -338,6 +338,7 @@ This is the top of the machine hierarchy
|
|||||||
./xdg.nix
|
./xdg.nix
|
||||||
./session.nix
|
./session.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
./gtk.nix
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -1113,7 +1114,7 @@ This file sets up wayland
|
|||||||
|
|
||||||
** =generated/out_of_tree/machines/traveldroid/gtk.nix=
|
** =generated/out_of_tree/machines/traveldroid/gtk.nix=
|
||||||
This file configures gtk
|
This file configures gtk
|
||||||
#+BEGIN_SRC nix :tangle generated/system/core/gtk.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/out_of_tree/machines/traveldroid/gtk.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
catppuccin.gtk.mocha.standard.blue
|
||||||
|
papirus-icon-theme
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.gtk = {
|
||||||
|
enable = true;
|
||||||
|
gtk3.enable = true;
|
||||||
|
theme.name = "Catppuccin-Mocha-Standard-Blue-Dark";
|
||||||
|
theme.variant = "dark";
|
||||||
|
iconTheme.name = "Papirus-Dark";
|
||||||
|
};
|
||||||
|
|
||||||
|
# Check session.nix for variables !
|
||||||
|
}
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
./xdg.nix
|
./xdg.nix
|
||||||
./session.nix
|
./session.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
./gtk.nix
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user