Compare commits

..

No commits in common. "e4ac1142789e39e453895adee70949741ca47c3e" and "bc97de96d4c97dde6399e54dd20969689eedaab7" have entirely different histories.

3 changed files with 4 additions and 11 deletions

8
flake.lock generated
View file

@ -591,11 +591,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1759330440,
"narHash": "sha256-9enB00HsI7Xm1ANxTh/TKLaTwSzivw2sk9UuptNqTIA=",
"lastModified": 1759233404,
"narHash": "sha256-WEINmubNOLLb5wkXIDJztvP+G/ZXhY+cUhqLpUBtYaY=",
"ref": "refs/heads/main",
"rev": "9c404ac98cea054aaae865b110b71b22b4332828",
"revCount": 181,
"rev": "5c2c66dd0c7f4d6c933dd77c30a1e98bfc75b93d",
"revCount": 177,
"type": "git",
"url": "https://git.escapeangle.com/lander/nixvim.git"
},

View file

@ -3,7 +3,6 @@
imports = [
./alacritty.nix
./ghostty.nix
./go.nix
./irssi.nix
#./mail.nix
];

View file

@ -1,6 +0,0 @@
{ ... }:
{
programs.go = {
enable = true;
};
}