move yazi and starship to programs
This commit is contained in:
parent
8ee3ffebd5
commit
087fa2ec1e
1 changed files with 6 additions and 4 deletions
|
@ -43,7 +43,6 @@
|
||||||
lsd
|
lsd
|
||||||
zsh
|
zsh
|
||||||
# sheldon
|
# sheldon
|
||||||
starship
|
|
||||||
tealdeer
|
tealdeer
|
||||||
statix
|
statix
|
||||||
tmux
|
tmux
|
||||||
|
@ -55,9 +54,12 @@
|
||||||
mcfly
|
mcfly
|
||||||
wget
|
wget
|
||||||
ripgrep
|
ripgrep
|
||||||
|
starship
|
||||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.nh
|
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.nh
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
|
# starship.enable = true;
|
||||||
|
# yazi.enable = true;
|
||||||
# nh = {
|
# nh = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# clean.enable = true;
|
# clean.enable = true;
|
||||||
|
@ -70,10 +72,10 @@
|
||||||
# ignoreIP = ["10.0.0.0/8" "172.16.0.0/12" "192.168.0.0/16"];
|
# ignoreIP = ["10.0.0.0/8" "172.16.0.0/12" "192.168.0.0/16"];
|
||||||
# };
|
# };
|
||||||
# virtualisation.docker = {
|
# virtualisation.docker = {
|
||||||
# enableOnBoot = true;
|
# # enableOnBoot = true;
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# autoPrune.enable = true;
|
# # autoPrune.enable = true;
|
||||||
# extraOptions = "--userns-remap=default";
|
# # extraOptions = "--userns-remap=default";
|
||||||
# };
|
# };
|
||||||
services = {
|
services = {
|
||||||
nix-daemon.enable = true;
|
nix-daemon.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue