feat: adding podman and a couple of updates
This commit is contained in:
@@ -19,10 +19,14 @@
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
# programs.nix-your-shell = {
|
||||
# enable = true;
|
||||
# enableFishIntegration = true;
|
||||
# };
|
||||
programs.nix-your-shell = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
||||
Reference in New Issue
Block a user