flake update

This commit is contained in:
Sascha Koenig
2025-05-19 14:39:49 +02:00
parent 68ecbd3bf1
commit 22cbc7c5a2
8 changed files with 86 additions and 64 deletions

View File

@ -12,9 +12,6 @@ in {
config = mkIf cfg.enable {
programs.nushell = {
enable = true;
plugins = with pkgs.nushellPlugins; [
skim
];
envFile.text = ''
$env.config.show_banner = false
$env.NIX_PATH = "nixpkgs=channel:nixos-unstable"