forked from poz/niksos
fix: fix gtk theme name
thanks raf :3
This commit is contained in:
parent
9e955a8970
commit
318b255615
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
config' = {
|
||||
hostname = "niks";
|
||||
username = "jacek";
|
||||
gtk-theme = "Catppuccin-Mocha-Standard-Green-dark";
|
||||
gtk-theme = "Catppuccin-Mocha-Standard-Green-Dark";
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
|
@ -28,7 +28,7 @@ in {
|
|||
config' = {
|
||||
hostname = "hape";
|
||||
username = "jacek";
|
||||
gtk-theme = "Catppuccin-Mocha-Standard-Green-dark";
|
||||
gtk-theme = "Catppuccin-Mocha-Standard-Green-Dark";
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
|
|
Loading…
Reference in a new issue