move yazi and starship to programs

This commit is contained in:
Mira 2024-07-19 23:31:26 -04:00
parent 8ee3ffebd5
commit 087fa2ec1e

View file

@ -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;