diff --git a/flake.lock b/flake.lock index fd74533..ec850cd 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/home/lander/features/workstation/default.nix b/home/lander/features/workstation/default.nix index 4e8f11b..0300066 100644 --- a/home/lander/features/workstation/default.nix +++ b/home/lander/features/workstation/default.nix @@ -3,7 +3,6 @@ imports = [ ./alacritty.nix ./ghostty.nix - ./go.nix ./irssi.nix #./mail.nix ]; diff --git a/home/lander/features/workstation/go.nix b/home/lander/features/workstation/go.nix deleted file mode 100644 index be24472..0000000 --- a/home/lander/features/workstation/go.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ ... }: -{ - programs.go = { - enable = true; - }; -}