tweaked file layout

This commit is contained in:
ISnortPennies 2022-08-05 19:03:07 -04:00 committed by ISnortPennies
parent d061dadb7e
commit e1a608f3f8
9 changed files with 19 additions and 7 deletions

View file

@ -24,7 +24,10 @@
system.stateVersion = "22.11";
hardware.cpu.amd.updateMicrocode = true;
# end important stuff
environment.systemPackages = with pkgs; [
android-tools
openjdk
];
# user managment
users = {
defaultUserShell = pkgs.zsh;