From e0a4b9f9caac97ae5f73b72f95c31ed9d719b7bd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 3 Apr 2022 14:21:56 -0700 Subject: rename `desktop` to `isDesktop` The variable is used to define the kind of machine we're managing. `isDesktop` is a bit more descriptive. We import `devel` for all machines, and we fine tune which packages we want to install based on the value of `isDesktop`. --- users/fcuny/devel/go.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/fcuny/devel/go.nix') diff --git a/users/fcuny/devel/go.nix b/users/fcuny/devel/go.nix index d4f1e7b..e688ac7 100644 --- a/users/fcuny/devel/go.nix +++ b/users/fcuny/devel/go.nix @@ -1,4 +1,5 @@ { config, ... }: { + programs.go = { enable = true; goPath = ".local/share/pkg.go"; -- cgit v1.2.3