back to 24.11

This commit is contained in:
Elias Gasparis 2025-06-02 21:44:50 +08:00
parent 0ccdd36bf9
commit 197370da67
3 changed files with 100 additions and 29 deletions

View file

@ -10,6 +10,7 @@
./systemd.nix
./fonts.nix
./gpu.nix
./programs.nix
];
# Housekeeping: Garbage collection
@ -103,31 +104,6 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
# MOVE MOST TO HOME.NIX
# terminal apps
wget
curl
fastfetch
gnome-tweaks
btop
htop
tree
restic # backup program
lm_sensors
hddtemp
f3
unzip
git
# terminal editors
neovim
ptyxis
# nix helper apps
nh
];
# Services
# =========================