diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ shell = self.packages.${pkgs.system}.caelestia-shell; in pkgs.mkShell { - inputsFrom = [shell shell.plugin shell.assets]; + inputsFrom = [shell shell.plugin shell.extras]; packages = with pkgs; [material-symbols rubik nerd-fonts.caskaydia-cove]; CAELESTIA_XKB_RULES_PATH = "${pkgs.xkeyboard-config}/share/xkeyboard-config-2/rules/base.lst"; }; |