Plugins and things

This commit is contained in:
Martin Pander
2025-07-10 07:11:10 +02:00
parent f4488f2469
commit e0e6cb760e
8 changed files with 34 additions and 5 deletions

View File

@ -7,7 +7,7 @@
nix-direnv.enable = true;
};
# home.packages = with pkgs; [
# harlequin
# ];
home.packages = with pkgs; [
visidata
];
}