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