🚀 switch to fish shell

This commit is contained in:
Moritz Böhme 2022-03-21 13:20:46 +01:00
parent b33acecec1
commit ee907aedf4
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5
5 changed files with 116 additions and 16 deletions

View file

@ -8,8 +8,14 @@ let
randomWallpaper = import ./randomWallpaper.nix { inherit pkgs; };
share = import ./share.nix { inherit pkgs; };
sxhkdHelp = import ./sxhkdHelp.nix { inherit pkgs; };
in
{
home-manager.users.moritz.home.packages =
[ cheat cycleSinks git-switch protonge randomWallpaper share sxhkdHelp ];
in {
home-manager.users.moritz.home.packages = [
# cheat
cycleSinks
git-switch
protonge
randomWallpaper
share
sxhkdHelp
];
}