added better utils
This commit is contained in:
parent
ffe11e0b02
commit
8c5df332c5
2 changed files with 14 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./nixvim
|
||||
./utils
|
||||
./envvar.nix
|
||||
./git.nix
|
||||
./hyfetch.nix
|
||||
./locales.nix
|
||||
./nixvim
|
||||
#./ssh.nix
|
||||
./user.nix
|
||||
./zsh.nix
|
||||
|
|
12
users/willifan/common/utils/default.nix
Normal file
12
users/willifan/common/utils/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
|
||||
home-manager.users.willifan = {
|
||||
services.avizo.enable = true;
|
||||
programs.bat.enable = true;
|
||||
programs.btop.enable = true;
|
||||
programs.fuzzel.enable = true;
|
||||
programs.yazi.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue