structural-rework #1

Merged
ghoscht merged 44 commits from structural-rework into main 2023-12-29 10:35:45 +01:00
2 changed files with 2 additions and 7 deletions
Showing only changes of commit 4873555459 - Show all commits

View file

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

View file

@ -1,6 +0,0 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [pfetch];
sessionVariables.PF_INFO = "ascii title os kernel uptime shell term desktop scheme palette";
};
}