small refactor of own modules

This commit is contained in:
catvayor 2024-09-26 11:51:04 +02:00
parent dc4d777962
commit 9bc1722517
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
16 changed files with 218 additions and 195 deletions

View file

@ -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";
}