Make callypso even more minimal for now
This commit is contained in:
parent
4d3e573895
commit
e2d0f8f0c8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue