mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-08 08:03:46 +01:00
get nushell to work
This commit is contained in:
@@ -261,7 +261,6 @@ in
|
||||
discord
|
||||
#tree
|
||||
];
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
@@ -532,4 +531,10 @@ in
|
||||
|
||||
powerManagement.powertop.enable = true;
|
||||
# services.auto-cpufreq.enable = true;
|
||||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
if ![XTERM = "dumb"]; then
|
||||
exec nu
|
||||
fi
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user