summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 239c2e8..60f2b22 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};