From e2d0f8f0c86be72a20b6a25f700e28220007b022 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Mon, 26 Aug 2024 20:16:57 +0200 Subject: [PATCH] Make callypso even more minimal for now --- home/calypso.nix | 6 +++--- home/features/cli/default.nix | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/home/calypso.nix b/home/calypso.nix index 74bd972..caa9770 100644 --- a/home/calypso.nix +++ b/home/calypso.nix @@ -12,11 +12,11 @@ # ./features/cli/productivity # ./features/cli/pass.nix # ./features/cli/zellij.nix - ./features/cli/nix-index.nix + # ./features/cli/nix-index.nix # ./features/cli/catgirl.nix - ./features/cli/lazygit.nix + # ./features/cli/lazygit.nix ./features/wayland/hyprland - ./features/neovim + # ./features/neovim ]; # Arbitrary extra packages diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index caba75b..67ed814 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -1,4 +1,5 @@ -{ pkgs, inputs, ... }: { +{ pkgs, ... }: +{ imports = [ ./scripts ./eza.nix @@ -16,13 +17,13 @@ stylix.targets.yazi.enable = true; home.packages = with pkgs; [ - # {{{ System information + # {{{ System information acpi # Battery stats neofetch # Display system information tokei # Useless but fun line of code counter (sloc alternative) bottom # System monitor # }}} - # {{{ Storage + # {{{ Storage ncdu # TUI disk usage du-dust # Similar to du and ncdu in purpose. # }}} @@ -32,7 +33,7 @@ sd # Better sed httpie # Better curl # }}} - # {{{ Misc + # {{{ Misc yazi # Terminal file explorer bc # Calculator ouch # Unified compression / decompression tool