test
This commit is contained in:
parent
03c20a3bd8
commit
562180961e
5 changed files with 48 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue