dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Failed to rebuild switch

Open xaolanx opened this issue 10 months ago • 2 comments

I'm using stylix for theming and works perfectly, i'm set stylix.image = config.theme.wallpaper but after do nix flake update failed to rebuild, show error that stylix.nix missing attribute theme. Any idea? is this nixpgs or stylix issue?

xaolanx avatar Feb 28 '25 00:02 xaolanx

make sure u have that, https://github.com/fufexan/dotfiles/blob/main/modules/theme/default.nix and https://github.com/fufexan/dotfiles/blob/main/modules/default.nix#L2-L3 in your flake, config.theme.wallpaper not default options nixos

hmanhng avatar Feb 28 '25 01:02 hmanhng

make sure u have that, https://github.com/fufexan/dotfiles/blob/main/modules/theme/default.nix and https://github.com/fufexan/dotfiles/blob/main/modules/default.nix#L2-L3 in your flake, config.theme.wallpaper not default options nixos

Yes i have that, that's why i said before nix flake update it works normally

xaolanx avatar Feb 28 '25 07:02 xaolanx