cleanup
This commit is contained in:
parent
bae843face
commit
0de8bd3a96
4 changed files with 0 additions and 31 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
boot.loader.systemd-boot.configurationLimit = 5;
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It's perfectly fine and recommended to leave
|
# on your system were taken. It's perfectly fine and recommended to leave
|
||||||
|
|
|
||||||
|
|
@ -32,9 +32,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
|
||||||
curl
|
|
||||||
git
|
|
||||||
home-manager
|
home-manager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,31 +31,6 @@
|
||||||
"/bin"
|
"/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
neovim
|
|
||||||
tmux
|
|
||||||
htop
|
|
||||||
btop
|
|
||||||
bat
|
|
||||||
ripgrep
|
|
||||||
fd
|
|
||||||
yt-dlp
|
|
||||||
eza
|
|
||||||
jq
|
|
||||||
fzf
|
|
||||||
starship
|
|
||||||
yazi
|
|
||||||
fastfetch
|
|
||||||
# Core utilities
|
|
||||||
wget
|
|
||||||
libnotify
|
|
||||||
curl
|
|
||||||
git
|
|
||||||
file
|
|
||||||
which
|
|
||||||
psmisc
|
|
||||||
];
|
|
||||||
|
|
||||||
# Enable direnv with nix integration
|
# Enable direnv with nix integration
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,8 @@
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable nix-index for command-not-found
|
|
||||||
programs.nix-index.enable = true;
|
programs.nix-index.enable = true;
|
||||||
programs.command-not-found.enable = false;
|
programs.command-not-found.enable = false;
|
||||||
# Setup nix settings
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue