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
|
||||
zsh
|
||||
# sheldon
|
||||
starship
|
||||
tealdeer
|
||||
statix
|
||||
tmux
|
||||
|
@ -55,9 +54,12 @@
|
|||
mcfly
|
||||
wget
|
||||
ripgrep
|
||||
starship
|
||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.nh
|
||||
];
|
||||
programs = {
|
||||
# starship.enable = true;
|
||||
# yazi.enable = true;
|
||||
# nh = {
|
||||
# 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"];
|
||||
# };
|
||||
# virtualisation.docker = {
|
||||
# enableOnBoot = true;
|
||||
# # enableOnBoot = true;
|
||||
# enable = true;
|
||||
# autoPrune.enable = true;
|
||||
# extraOptions = "--userns-remap=default";
|
||||
# # autoPrune.enable = true;
|
||||
# # extraOptions = "--userns-remap=default";
|
||||
# };
|
||||
services = {
|
||||
nix-daemon.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue