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/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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue