random stuff

- shell fixes
- noice function for nixos-configurations
- flake update
- random
This commit is contained in:
Ranomier 2025-05-04 00:46:06 +02:00
parent 52bb01cc79
commit a5040dcc1b
8 changed files with 23 additions and 22 deletions

View file

@ -10,7 +10,6 @@
./obs-studio.nix
./packages.nix
./programs.nix
./shell.nix
./virt.nix
];
}

View file

@ -1,6 +1,7 @@
{
imports = [
./zsh.nix
./fish.nix
./shell.nix
./zsh.nix
];
}

View file

@ -11,5 +11,4 @@
direnv.enableFishIntegration = true;
foot.enableFishIntegration = true;
};
environment.systemPackages = [pkgs.starship];
}