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;