🚀 switch to fish shell
This commit is contained in:
parent
b33acecec1
commit
ee907aedf4
5 changed files with 116 additions and 16 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue