Compare commits
No commits in common. "9b0d3443393baf7d7a058b4639d0e6e11bf8fb8a" and "a32e3185575a638afa88a32e111bcbd06fe29df8" have entirely different histories.
9b0d344339
...
a32e318557
3 changed files with 13 additions and 24 deletions
26
flake.lock
generated
26
flake.lock
generated
|
|
@ -450,11 +450,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1761450649,
|
"lastModified": 1760536587,
|
||||||
"narHash": "sha256-l20QOQZYjmGq3PK0gZ8NJOi3GMKjLd6iwwk54MKwkbk=",
|
"narHash": "sha256-wfWqt+igns/VazjPLkyb4Z/wpn4v+XIjUeI3xY/1ENg=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NixOS-WSL",
|
"repo": "NixOS-WSL",
|
||||||
"rev": "86f85079c8d896b1903c70a919fa3d43c92d6f7f",
|
"rev": "f98ee1de1fa36eca63c67b600f5d617e184e82ea",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -466,11 +466,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1761173472,
|
"lastModified": 1761016216,
|
||||||
"narHash": "sha256-m9W0dYXflzeGgKNravKJvTMR4Qqa2MVD11AwlGMufeE=",
|
"narHash": "sha256-G/iC4t/9j/52i/nm+0/4ybBmAF4hzR8CNHC75qEhjHo=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c8aa8cc00a5cb57fada0851a038d35c08a36a2bb",
|
"rev": "481cf557888e05d3128a76f14c76397b7d7cc869",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -529,11 +529,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1761373498,
|
"lastModified": 1761114652,
|
||||||
"narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=",
|
"narHash": "sha256-f/QCJM/YhrV/lavyCVz8iU3rlZun6d+dAiC3H+CDle4=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce",
|
"rev": "01f116e4df6a15f4ccdffb1bcd41096869fb385c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -571,11 +571,11 @@
|
||||||
"systems": "systems_4"
|
"systems": "systems_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1761481308,
|
"lastModified": 1761292714,
|
||||||
"narHash": "sha256-NUh0YV8VdHapPs+KUnCMQ4HrNYV3Uo/x3UFl7MQhHBs=",
|
"narHash": "sha256-7jWcl8M0wpgqV7A2fxA7l7UR/QhqN0uM5Uoau7m1WqU=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "afb1c784debfac5b86bbc8380ea92693110cf5e6",
|
"rev": "27194b5a478f732a0ab3b6626af33dc5e09c46f3",
|
||||||
"revCount": 194,
|
"revCount": 193,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.escapeangle.com/lander/nixvim.git"
|
"url": "https://git.escapeangle.com/lander/nixvim.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./go.nix
|
./go.nix
|
||||||
./hledger.nix
|
|
||||||
./irssi.nix
|
./irssi.nix
|
||||||
./k8s.nix
|
./k8s.nix
|
||||||
#./mail.nix
|
#./mail.nix
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
hledger
|
|
||||||
hledger-ui
|
|
||||||
hledger-utils
|
|
||||||
hledger-web
|
|
||||||
puffin
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue