Still GTK looks
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
{ 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 !
|
||||
}
|
||||
Reference in New Issue
Block a user