From b3cc70247bb770b38745e923b4412f4b46e07ffe Mon Sep 17 00:00:00 2001 From: xinyangli Date: Tue, 24 Sep 2024 11:39:30 +0800 Subject: [PATCH] home/calcite: fix not build --- home/xin/calcite.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/xin/calcite.nix b/home/xin/calcite.nix index b850d52..b62c6b1 100644 --- a/home/xin/calcite.nix +++ b/home/xin/calcite.nix @@ -1,6 +1,9 @@ { inputs, pkgs, ... }: { - imports = [ ./common ]; + imports = [ + ./common + inputs.stylix.homeManagerModules.stylix + ]; programs.nix-index-database.comma.enable = true; @@ -41,6 +44,10 @@ targets = { gtk.enable = true; }; + image = pkgs.fetchurl { + url = "https://github.com/NixOS/nixos-artwork/blob/master/wallpapers/nixos-wallpaper-catppuccin-mocha.png?raw=true"; + hash = "sha256-fmKFYw2gYAYFjOv4lr8IkXPtZfE1+88yKQ4vjEcax1s="; + }; }; xdg.enable = true;