structural-rework #1
2 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,6 @@
|
|||
./fish.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./pfetch.nix
|
||||
./btop.nix
|
||||
./nix-index.nix
|
||||
./lazygit.nix
|
||||
|
@ -23,6 +22,8 @@
|
|||
jq # JSON pretty printer and manipulator
|
||||
timer # To help with my ADHD paralysis
|
||||
lazydocker # Docker TUI
|
||||
neofetch
|
||||
tldr # nice & short manual snippets
|
||||
|
||||
nvd # Differ
|
||||
nix-output-monitor
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [pfetch];
|
||||
sessionVariables.PF_INFO = "ascii title os kernel uptime shell term desktop scheme palette";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue