Split rest of home-manager config
This commit is contained in:
parent
b7e2ecbd46
commit
e1edfe1edc
12 changed files with 344 additions and 291 deletions
16
users/functionalhacker/programs/default.nix
Normal file
16
users/functionalhacker/programs/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./programs/bat.nix
|
||||
./programs/default.nix
|
||||
./programs/eza.nix
|
||||
./programs/firefox.nix
|
||||
./programs/git.nix
|
||||
./programs/neovim.nix
|
||||
./programs/pass.nix
|
||||
./programs/ripgrep.nix
|
||||
./programs/zellij.nix
|
||||
./programs/zsh.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue