Update de rotina

This commit is contained in:
DarkGui
2025-11-02 18:11:35 -03:00
parent 939cff1632
commit bb89c755e8
18 changed files with 117 additions and 151 deletions
+2 -12
View File
@@ -1,17 +1,6 @@
{ config, lib, inputs, pkgs, ... }: {
## config fish
environment.systemPackages = with pkgs; [
fishPlugins.done
fishPlugins.fzf-fish
fishPlugins.forgit
fishPlugins.hydro
fzf
fishPlugins.grc
grc
];
programs.fish.enable = true;
programs.fish.enable = true;
## auto start fish com bash
programs.bash = {
@@ -22,4 +11,5 @@
exec ${pkgs.fish}/bin/fish $LOGIN_OPTION
fi '';
};
}
-7
View File
@@ -2,13 +2,6 @@
services.flatpak = {
enable = true;
packages = [
"org.vinegarhq.Sober"
];
update.auto = {
enable = true;
onCalendar = "weekly"; # Default value
};
};
xdg.portal = {
+1 -1
View File
@@ -2,7 +2,6 @@
imports = [
./alias.nix
./fish.nix
./audio.nix
./idioma.nix
./nixhelper.nix
@@ -12,5 +11,6 @@
./variables.nix
./wireless.nix
./zstd.nix
./fish.nix
];
}
+1 -1
View File
@@ -8,7 +8,7 @@
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
clean.extraArgs = "--keep-since 8d --keep 7";
flake = "/etc/nixos"; # sets NH_OS_FLAKE variable for you
};