1
Fork 0

Make callypso even more minimal for now

This commit is contained in:
prescientmoon 2024-08-26 20:16:57 +02:00
parent 4d3e573895
commit e2d0f8f0c8
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 8 additions and 7 deletions

View file

@ -12,11 +12,11 @@
# ./features/cli/productivity # ./features/cli/productivity
# ./features/cli/pass.nix # ./features/cli/pass.nix
# ./features/cli/zellij.nix # ./features/cli/zellij.nix
./features/cli/nix-index.nix # ./features/cli/nix-index.nix
# ./features/cli/catgirl.nix # ./features/cli/catgirl.nix
./features/cli/lazygit.nix # ./features/cli/lazygit.nix
./features/wayland/hyprland ./features/wayland/hyprland
./features/neovim # ./features/neovim
]; ];
# Arbitrary extra packages # Arbitrary extra packages

View file

@ -1,4 +1,5 @@
{ pkgs, inputs, ... }: { { pkgs, ... }:
{
imports = [ imports = [
./scripts ./scripts
./eza.nix ./eza.nix
@ -16,13 +17,13 @@
stylix.targets.yazi.enable = true; stylix.targets.yazi.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# {{{ System information # {{{ System information
acpi # Battery stats acpi # Battery stats
neofetch # Display system information neofetch # Display system information
tokei # Useless but fun line of code counter (sloc alternative) tokei # Useless but fun line of code counter (sloc alternative)
bottom # System monitor bottom # System monitor
# }}} # }}}
# {{{ Storage # {{{ Storage
ncdu # TUI disk usage ncdu # TUI disk usage
du-dust # Similar to du and ncdu in purpose. du-dust # Similar to du and ncdu in purpose.
# }}} # }}}
@ -32,7 +33,7 @@
sd # Better sed sd # Better sed
httpie # Better curl httpie # Better curl
# }}} # }}}
# {{{ Misc # {{{ Misc
yazi # Terminal file explorer yazi # Terminal file explorer
bc # Calculator bc # Calculator
ouch # Unified compression / decompression tool ouch # Unified compression / decompression tool