mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 14:54:26 -05:00
auto up 16:24:24 up 1:02, 2 users, load average: 0.54, 0.27, 0.10
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
services.avahi.nssmdns4 = true;
|
services.avahi.nssmdns4 = true;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync rclone neovim alacritty gtk4.dev ];
|
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync xorg.libX11.dev rclone neovim alacritty gtk4.dev ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 7d"; # Two weeks cache then forget
|
options = "--delete-older-than 14d"; # Two weeks cache then forget
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = { networkmanager = { enable = true; }; };
|
networking = { networkmanager = { enable = true; }; };
|
||||||
|
|||||||
Reference in New Issue
Block a user