changes to ISO image.
This commit is contained in:
parent
44b89b8f0c
commit
225ce6f064
|
@ -46,8 +46,7 @@
|
|||
|
||||
users.users.${config.host.user} = {
|
||||
packages = with pkgs; [
|
||||
gparted
|
||||
neovim
|
||||
firefox
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -58,7 +57,7 @@
|
|||
}: {
|
||||
host = osConfig.host;
|
||||
user = {
|
||||
nvim.enable = false;
|
||||
nvim.enable-lsp = false;
|
||||
git = {
|
||||
profile = {
|
||||
name = "Gabe Venberg";
|
||||
|
@ -68,7 +67,7 @@
|
|||
};
|
||||
};
|
||||
imports = [
|
||||
../roles/home-manager/minimal-terminal.nix
|
||||
../roles/home-manager/terminal.nix
|
||||
../configs/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue