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/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

View file

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