This commit is contained in:
alsaiduq-lab 2025-03-14 19:13:10 -06:00
parent 03c20a3bd8
commit 562180961e
5 changed files with 48 additions and 4 deletions

View file

@ -8,19 +8,16 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./local-packages.nix
../modules
../modules/default.nix
];
networking.hostName = "nixos";
# Setup garbage collection for old generations
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
# Limit the number of generations
boot.loader.systemd-boot.configurationLimit = 5;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions

View file

@ -45,6 +45,12 @@ in
libtool
gawk
lazygit
# Java ecosystem
jdk17
maven
gradle
visualvm
jdt-language-server
(python310.withPackages (ps: with ps; [
virtualenv
ipython
@ -117,6 +123,8 @@ in
go
sqls
deno
redis
cloudflared
# Rust ecosystem
rustup
rust-analyzer