Move HM modules
This commit is contained in:
parent
5db76d0fed
commit
3cf0004b78
110 changed files with 403 additions and 564 deletions
36
modules/hm/__basic.nix
Normal file
36
modules/hm/__basic.nix
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{ pkgs, ... }: {
|
||||
home = {
|
||||
language.base = "it_IT.UTF-8";
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
fd file htop lf mmv-go neofetch nixos-option pv ripgrep unrar unzip wget
|
||||
xclip yq zip;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./configurations.nix
|
||||
|
||||
./bash.nix
|
||||
./bat.nix
|
||||
./bottom.nix
|
||||
# ./broot.nix
|
||||
./dircolors.nix
|
||||
./direnv.nix
|
||||
./exa.nix
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./info.nix
|
||||
./jq.nix
|
||||
./keychain.nix
|
||||
./man.nix
|
||||
./shell_aliases.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./tmux.nix
|
||||
./zellij.nix
|
||||
./zoxide.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue