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 = {
|
||||
|
||||
@@ -21,7 +21,7 @@ in
|
||||
security.pam.services.hyprlock = { };
|
||||
environment.systemPackages = with pkgs; [
|
||||
# wofi
|
||||
dolphin
|
||||
kdePackages.dolphin
|
||||
waybar
|
||||
pavucontrol
|
||||
libnotify
|
||||
|
||||
Reference in New Issue
Block a user