Skip to content

Commit

Permalink
feat!: remove nushell module
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Apr 19, 2024
1 parent acd7d3f commit a40aace
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 204 deletions.
5 changes: 2 additions & 3 deletions home/isabel/configs/shell/nushell.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
lib,
pkgs,
self,
config,
...
}: let
inherit (lib) getExe mapAttrs escapeShellArg concatMapStrings;
in {
# FIXME: this is a workaround for nushell not loading the configuration on darwin systems
imports = [self.homeManagerModules.nushell];
disabledModules = ["programs/nushell.nix"];
# imports = [self.homeManagerModules.nushell];
# disabledModules = ["programs/nushell.nix"];

programs.nushell = {
enable = true;
Expand Down
199 changes: 0 additions & 199 deletions modules/extra/home-manager/nushell.nix

This file was deleted.

2 changes: 0 additions & 2 deletions parts/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ in {

hyfetch = mkModule /modules/extra/home-manager/hyfetch.nix;

nushell = mkModule /modules/extra/home-manager/nushell.nix;

swaync = mkModule /modules/extra/home-manager/swaync.nix;

default = builtins.throw "There is no default module.";
Expand Down

0 comments on commit a40aace

Please sign in to comment.