home/calcite: fix not build

This commit is contained in:
xinyangli 2024-09-24 11:39:30 +08:00
parent f905f051a0
commit b3cc70247b
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE

View file

@ -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;