mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: update gtk and qt ricing
This commit is contained in:
parent
09286f2717
commit
03482ac8ee
2 changed files with 21 additions and 18 deletions
14
flake.lock
14
flake.lock
|
@ -25,16 +25,16 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725418254,
|
"lastModified": 1729779640,
|
||||||
"narHash": "sha256-2zPzPP9Eu5NxgJxTVcuCCX5xh7CWy7rYaLHfaAZS6H8=",
|
"narHash": "sha256-M9t4Ta9d76aVqd1mkLBl8zFSWYc8pv6AZTy1SU5bVp0=",
|
||||||
"owner": "tpwrules",
|
"owner": "zzywysm",
|
||||||
"repo": "nixos-apple-silicon",
|
"repo": "nixos-asahi",
|
||||||
"rev": "c5f944f49a052232015bb3c03524b69e3fdd2aa4",
|
"rev": "5f8823f3543cbf9566d5af49b3a3c18539681eac",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "tpwrules",
|
"owner": "zzywysm",
|
||||||
"repo": "nixos-apple-silicon",
|
"repo": "nixos-asahi",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin.enable = true;
|
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = "Bibata-Modern-Ice";
|
name = "Bibata-Modern-Ice";
|
||||||
size = 26;
|
size = 26;
|
||||||
|
@ -12,20 +11,24 @@
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
};
|
};
|
||||||
|
theme = {
|
||||||
|
name = "Tokyonight-Dark";
|
||||||
|
package = pkgs.tokyonight-gtk-theme;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme.name = "qtct";
|
platformTheme.name = "gtk";
|
||||||
style.name = "kvantum";
|
style.name = "gtk2";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
# xdg.configFile = {
|
||||||
"Kvantum/kvantum.kvconfig".text = ''
|
# "Kvantum/kvantum.kvconfig".text = ''
|
||||||
[General]
|
# [General]
|
||||||
theme=GraphiteNordDark
|
# theme=GraphiteNordDark
|
||||||
'';
|
# '';
|
||||||
|
#
|
||||||
"Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
|
# "Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue