From 087fa2ec1e8d542ac314d681f454403564820944 Mon Sep 17 00:00:00 2001 From: Mira Date: Fri, 19 Jul 2024 23:31:26 -0400 Subject: [PATCH] move yazi and starship to programs --- leptin/configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/leptin/configuration.nix b/leptin/configuration.nix index f9fdd92..6e1f574 100644 --- a/leptin/configuration.nix +++ b/leptin/configuration.nix @@ -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;