small refactor of own modules
This commit is contained in:
parent
dc4d777962
commit
9bc1722517
16 changed files with 218 additions and 195 deletions
|
@ -57,8 +57,6 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
nix-search-cli
|
||||
|
@ -145,17 +143,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.users.orchid = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
home-manager.users.orchid = {
|
||||
home.stateVersion = "23.11";
|
||||
imports = with mods.home; [
|
||||
neovim
|
||||
zsh
|
||||
];
|
||||
};
|
||||
users.users.orchid.isNormalUser = true;
|
||||
home-manager.users.orchid = { };
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue