diff --git a/flake.lock b/flake.lock index 3e5c27b6..7d7745fa 100644 --- a/flake.lock +++ b/flake.lock @@ -1024,13 +1024,13 @@ "locked": { "lastModified": 1755997543, "narHash": "sha256-/fejmCQ7AWa655YxyPxRDbhdU7c5+wYsFSjmEMXoBCM=", - "owner": "danth", + "owner": "nix-community", "repo": "stylix", "rev": "f47c0edcf71e802378b1b7725fa57bb44fe85ee8", "type": "github" }, "original": { - "owner": "danth", + "owner": "nix-community", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 26bb3fa4..9b15c7a6 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ inputs.home-manager.follows = "home-manager"; }; - stylix.url = "github:danth/stylix"; + stylix.url = "github:nix-community/stylix"; emacs-overlay = { url = "github:nix-community/emacs-overlay"; diff --git a/modules/user/office/default.nix b/modules/user/office/default.nix index 7c7aa46a..29c471d7 100644 --- a/modules/user/office/default.nix +++ b/modules/user/office/default.nix @@ -12,7 +12,7 @@ in { config = lib.mkIf cfg.enable { home.packages = with pkgs; [ shared-mime-info - nautilus + kdePackages.dolphin libreoffice-still mate.atril xournalpp diff --git a/modules/user/stylix/default.nix b/modules/user/stylix/default.nix index ac1db739..3eca7139 100644 --- a/modules/user/stylix/default.nix +++ b/modules/user/stylix/default.nix @@ -92,6 +92,8 @@ in stylix.targets.kitty.enable = true; stylix.targets.gtk.enable = true; + stylix.targets.kde.enable = true; + stylix.targets.qt.enable = true; home.file = { ".config/qt5ct/colors/oomox-current.conf".source = config.lib.stylix.colors { @@ -106,17 +108,10 @@ in template = builtins.readFile ./Trolltech.conf.mustache; extension = ""; }; - ".config/qt5ct/qt5ct.conf".text = pkgs.lib.mkBefore (builtins.readFile ./qt5ct.conf); }; home.packages = with pkgs; [ kdePackages.breeze kdePackages.breeze-icons pkgs.noto-fonts-monochrome-emoji ]; - qt = { - #enable = true; - style.package = pkgs.kdePackages.breeze; - style.name = "breeze-dark"; - platformTheme.name = "kde"; - }; fonts.fontconfig.defaultFonts = { monospace = [ config.stylix.fonts.monospace.name ];