back to 24.11
This commit is contained in:
parent
0ccdd36bf9
commit
197370da67
3 changed files with 100 additions and 29 deletions
|
@ -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
|
||||
# =========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue