From 122f80c49b68a1e6744b33c527b4ad5e1b6223d5 Mon Sep 17 00:00:00 2001 From: pupbrained Date: Tue, 28 May 2024 04:22:41 -0400 Subject: [PATCH] qt theming --- flake.lock | 6 +++--- homes/x86_64-linux/marshall@navis/default.nix | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index fb2aca8..e6b3156 100644 --- a/flake.lock +++ b/flake.lock @@ -72,11 +72,11 @@ }, "catppuccin": { "locked": { - "lastModified": 1716337435, - "narHash": "sha256-eZqH1vLI9eKL/N5toXxOrQO80G0y4pWZrYCp472YBVQ=", + "lastModified": 1716884128, + "narHash": "sha256-hzTzcX/qIGf93WVvk2jlLL3N7IgIlWylOBQkgwfTq8w=", "owner": "catppuccin", "repo": "nix", - "rev": "fea5242c0eacc5efa81be0e36206a62e889dbd82", + "rev": "296adaf9331cd2c1eb479a25d5207508fbd06188", "type": "github" }, "original": { diff --git a/homes/x86_64-linux/marshall@navis/default.nix b/homes/x86_64-linux/marshall@navis/default.nix index 76ce0cb..03fe13c 100644 --- a/homes/x86_64-linux/marshall@navis/default.nix +++ b/homes/x86_64-linux/marshall@navis/default.nix @@ -73,6 +73,12 @@ }; }; + qt = { + enable = true; + style.name = "kvantum"; + style.catppuccin.enable = true; + }; + programs = { nix-index-database.comma.enable = true; nix-index.enable = true;