Compare commits

..

No commits in common. "9b0d3443393baf7d7a058b4639d0e6e11bf8fb8a" and "a32e3185575a638afa88a32e111bcbd06fe29df8" have entirely different histories.

3 changed files with 13 additions and 24 deletions

26
flake.lock generated
View file

@ -450,11 +450,11 @@
]
},
"locked": {
"lastModified": 1761450649,
"narHash": "sha256-l20QOQZYjmGq3PK0gZ8NJOi3GMKjLd6iwwk54MKwkbk=",
"lastModified": 1760536587,
"narHash": "sha256-wfWqt+igns/VazjPLkyb4Z/wpn4v+XIjUeI3xY/1ENg=",
"owner": "nix-community",
"repo": "NixOS-WSL",
"rev": "86f85079c8d896b1903c70a919fa3d43c92d6f7f",
"rev": "f98ee1de1fa36eca63c67b600f5d617e184e82ea",
"type": "github"
},
"original": {
@ -466,11 +466,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1761173472,
"narHash": "sha256-m9W0dYXflzeGgKNravKJvTMR4Qqa2MVD11AwlGMufeE=",
"lastModified": 1761016216,
"narHash": "sha256-G/iC4t/9j/52i/nm+0/4ybBmAF4hzR8CNHC75qEhjHo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c8aa8cc00a5cb57fada0851a038d35c08a36a2bb",
"rev": "481cf557888e05d3128a76f14c76397b7d7cc869",
"type": "github"
},
"original": {
@ -529,11 +529,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1761373498,
"narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=",
"lastModified": 1761114652,
"narHash": "sha256-f/QCJM/YhrV/lavyCVz8iU3rlZun6d+dAiC3H+CDle4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce",
"rev": "01f116e4df6a15f4ccdffb1bcd41096869fb385c",
"type": "github"
},
"original": {
@ -571,11 +571,11 @@
"systems": "systems_4"
},
"locked": {
"lastModified": 1761481308,
"narHash": "sha256-NUh0YV8VdHapPs+KUnCMQ4HrNYV3Uo/x3UFl7MQhHBs=",
"lastModified": 1761292714,
"narHash": "sha256-7jWcl8M0wpgqV7A2fxA7l7UR/QhqN0uM5Uoau7m1WqU=",
"ref": "refs/heads/main",
"rev": "afb1c784debfac5b86bbc8380ea92693110cf5e6",
"revCount": 194,
"rev": "27194b5a478f732a0ab3b6626af33dc5e09c46f3",
"revCount": 193,
"type": "git",
"url": "https://git.escapeangle.com/lander/nixvim.git"
},

View file

@ -4,7 +4,6 @@
./alacritty.nix
./ghostty.nix
./go.nix
./hledger.nix
./irssi.nix
./k8s.nix
#./mail.nix

View file

@ -1,10 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
hledger
hledger-ui
hledger-utils
hledger-web
puffin
];
}