refactoring

This commit is contained in:
ISnortPennies 2022-08-11 00:10:27 -04:00
parent 2b7d2bf54e
commit 90f4fe847a
9 changed files with 25 additions and 6 deletions

View file

@ -1,7 +1,6 @@
{ config, pkgs, lib, ... }:
{
system.stateVersion = "22.11";
boot.kernelPackages = pkgs.linuxPackages_latest;
environment = {
defaultPackages = [];
binsh = "${pkgs.dash}/bin/dash";