Compare commits
No commits in common. "e4ac1142789e39e453895adee70949741ca47c3e" and "bc97de96d4c97dde6399e54dd20969689eedaab7" have entirely different histories.
e4ac114278
...
bc97de96d4
3 changed files with 4 additions and 11 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -591,11 +591,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1759330440,
|
"lastModified": 1759233404,
|
||||||
"narHash": "sha256-9enB00HsI7Xm1ANxTh/TKLaTwSzivw2sk9UuptNqTIA=",
|
"narHash": "sha256-WEINmubNOLLb5wkXIDJztvP+G/ZXhY+cUhqLpUBtYaY=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "9c404ac98cea054aaae865b110b71b22b4332828",
|
"rev": "5c2c66dd0c7f4d6c933dd77c30a1e98bfc75b93d",
|
||||||
"revCount": 181,
|
"revCount": 177,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.escapeangle.com/lander/nixvim.git"
|
"url": "https://git.escapeangle.com/lander/nixvim.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./go.nix
|
|
||||||
./irssi.nix
|
./irssi.nix
|
||||||
#./mail.nix
|
#./mail.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
programs.go = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue