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 = [
|
imports = [
|
||||||
|
./nixvim
|
||||||
|
./utils
|
||||||
./envvar.nix
|
./envvar.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./hyfetch.nix
|
./hyfetch.nix
|
||||||
./locales.nix
|
./locales.nix
|
||||||
./nixvim
|
|
||||||
#./ssh.nix
|
#./ssh.nix
|
||||||
./user.nix
|
./user.nix
|
||||||
./zsh.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