summaryrefslogtreecommitdiff
path: root/home/packages-minimal.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-29yeet the nix flakesstuebinm1-1/+1
this is, in the widest possible sense, a revert of e88fed18f499a3e8ac98c772bbb62f00d1f8d1d7, which was now a little over two years ago. Of course, lots of things have changed since then: - this uses npins instead of niv, which is both simpler and still maintained - i haven't brought back the old deploy lib; I still use deploy-rs (with some modifications) to deploy things - if you actually use my stuff downstream, you can now use packages/ & tests/ & modules/ as entry points directly, while still having some control over inputs - (since i also don't believe any downstream users actually exist, i've not bothered to have a shim flake.nix so your stuff probably just broke. well, it was an experimental feature, anyways) - in general there's a lot more of the old-fashioned structure back again, with default.nix files in subdirectories that form a structure, not like how almost everything was just imported in the one big flake.nix file For people who are interested in also having a non-flake config similar to this one, it's probably best to take a look at inputs.nix (and also at npins, of course)
2024-04-07home: glow → lowdown for markdown viewingstuebinm1-0/+1
lowdown isn't very good, but at least it doesn't have any weird cloud features (why is this the standard for things that show text??)
2024-03-08home: useful nix toolsstuebinm1-0/+2
2024-03-07home-minimal: dogdns → doggo, punycode via libidnstuebinm1-2/+2
doggo is more maintained, can use IPv6, queries all nameservers at once by default, and generally feels comfier. (now if only it had a man page ..)
2023-11-30jump to nixos 23.11stuebinm1-1/+1
2023-10-01update inputsstuebinm1-1/+1
2023-03-19home: mds alias to read markdown filesstuebinm1-1/+1
2023-03-04home: a couple more packagesstuebinm1-1/+1
2023-03-02home: sfz has been in nixpkgs for a whilestuebinm1-7/+1
why am i still building it myself all the time?
2023-02-14home: some more utilsstuebinm1-1/+1
2023-02-13some smaller stuffstuebinm1-0/+1
2023-01-27new home packagesstuebinm1-1/+1
2022-11-25add home manager deployment for parsons (hacc server)stuebinm1-2/+0
2022-11-04home: add lm_sensors, fix almanac inputsstuebinm1-1/+1
2022-10-15home: add poppler_utilsstuebinm1-1/+1
2022-10-04fix homestuebinm1-1/+1
2022-10-04remove some old stuffstuebinm1-4/+0
2022-07-18home: a couple more packagesstuebinm1-1/+1
2022-06-14update sources, move to NixOS 22.05stuebinm1-1/+1
2022-02-05add minimal home manager configstuebinm1-0/+41
(mostly to reduce hassle / build times for smaller machines)