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`. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8630b4c..bfa867a 100644 --- a/flake.nix +++ b/flake.nix @@ -50,13 +50,13 @@ username = "fcuny"; system = "x86_64-linux"; hostname = "carmel"; - desktop = true; + isDesktop = true; }; "fcuny@aptos" = lib.mkHome { username = "fcuny"; system = "x86_64-linux"; hostname = "aptos"; - desktop = true; + isDesktop = true; }; "fcuny@tahoe" = lib.mkHome { username = "fcuny"; -- cgit v1.2.3