Add helios configuration

This commit is contained in:
2023-05-05 20:23:24 +01:00
parent f70486ac41
commit 3e12af7daa
5 changed files with 163 additions and 1 deletions

View File

@ -32,5 +32,10 @@ with lib.my;
pulse.enable = true;
};
environment.systemPackages = with pkgs; [
git
neovim
];
modules.desktop.gnome.enable = true;
}
}