parent
e6483d7932
commit
58ff28cdf7
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
default = let
|
default = let
|
||||||
shell = self.packages.${pkgs.system}.caelestia-shell;
|
shell = self.packages.${pkgs.system}.caelestia-shell;
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell.override {stdenv = shell.stdenv;} {
|
||||||
inputsFrom = [shell shell.plugin shell.extras];
|
inputsFrom = [shell shell.plugin shell.extras];
|
||||||
packages = with pkgs; [material-symbols rubik nerd-fonts.caskaydia-cove];
|
packages = with pkgs; [material-symbols rubik nerd-fonts.caskaydia-cove];
|
||||||
CAELESTIA_XKB_RULES_PATH = "${pkgs.xkeyboard-config}/share/xkeyboard-config-2/rules/base.lst";
|
CAELESTIA_XKB_RULES_PATH = "${pkgs.xkeyboard-config}/share/xkeyboard-config-2/rules/base.lst";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue