diff --git a/home/global/core/default.nix b/home/global/core/default.nix index b5793ec..27e1ff6 100644 --- a/home/global/core/default.nix +++ b/home/global/core/default.nix @@ -8,7 +8,7 @@ let username = hostSpec.username; homeDir = hostSpec.home; - shell = hostSpec.shell; + shell = hostSpec.shell or pkgs.fish; in { imports = lib.flatten [ @@ -32,7 +32,7 @@ in EDITOR = "micro"; FLAKE = "${homeDir}/git/Nix/dot.nix"; MANPAGER = "batman"; - SHELL = shell; + SHELL = lib.getExe shell; VISUAL = "micro"; }; preferXdgDirectories = true; # whether to make programs use XDG directories whenever supported diff --git a/home/hosts/rune/default.nix b/home/hosts/rune/default.nix index 08752c1..95a51e3 100644 --- a/home/hosts/rune/default.nix +++ b/home/hosts/rune/default.nix @@ -42,7 +42,9 @@ ## Productivity ## gimp inkscape + ; + inherit (pkgs.jetbrains) ## Development ## idea-ultimate ;