changes to ISO image.

This commit is contained in:
Gabe Venberg 2024-06-18 09:32:21 -05:00
parent 44b89b8f0c
commit 225ce6f064
2 changed files with 4 additions and 5 deletions

View file

@ -44,7 +44,6 @@
users.users.${config.host.user} = {
packages = with pkgs; [
gparted
firefox
];
};
@ -56,6 +55,7 @@
}: {
host = osConfig.host;
user = {
nvim.enable-lsp = false;
git = {
profile = {
name = "Gabe Venberg";