qt theming

This commit is contained in:
Mars 2024-05-28 04:22:41 -04:00
parent f74047f29b
commit 122f80c49b
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
2 changed files with 9 additions and 3 deletions

View file

@ -72,11 +72,11 @@
}, },
"catppuccin": { "catppuccin": {
"locked": { "locked": {
"lastModified": 1716337435, "lastModified": 1716884128,
"narHash": "sha256-eZqH1vLI9eKL/N5toXxOrQO80G0y4pWZrYCp472YBVQ=", "narHash": "sha256-hzTzcX/qIGf93WVvk2jlLL3N7IgIlWylOBQkgwfTq8w=",
"owner": "catppuccin", "owner": "catppuccin",
"repo": "nix", "repo": "nix",
"rev": "fea5242c0eacc5efa81be0e36206a62e889dbd82", "rev": "296adaf9331cd2c1eb479a25d5207508fbd06188",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -73,6 +73,12 @@
}; };
}; };
qt = {
enable = true;
style.name = "kvantum";
style.catppuccin.enable = true;
};
programs = { programs = {
nix-index-database.comma.enable = true; nix-index-database.comma.enable = true;
nix-index.enable = true; nix-index.enable = true;