📦️ rework some base packages

This commit is contained in:
2023-12-12 18:59:06 -05:00
parent 94d559c4f4
commit f85ef16b42
3 changed files with 21 additions and 19 deletions

View File

@ -1,6 +1,13 @@
_:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
dogdns
htop
inetutils
vim
];
nix = {
extraOptions = ''
experimental-features = nix-command flakes

View File

@ -1,12 +1,7 @@
{ pkgs, ... }: {
_: {
imports = [ ./common.nix ];
environment.systemPackages = with pkgs; [
inetutils
vim
];
nix = {
gc = {
persistent = true;