From 7bd6b07d4b739f50a6a878abb4020bf391a0a3d6 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 31 Jul 2025 10:13:25 -0600 Subject: [PATCH] propper lint --- hosts/workstation/configuration.nix | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index c7eebf4..66b7fa2 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -61,21 +61,20 @@ in users = { groups.nixremote.gid = 555; users = { - jawz.packages = - [ - (pkgs.google-cloud-sdk.withExtraComponents [ - pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin - ]) - ] - ++ builtins.attrValues { - inherit (pkgs) - distrobox # install packages from other os - gocryptfs # encrypted filesystem! shhh!!! - vcsi # video thumbnails for torrents, can I replace it with ^? - keypunch # practice typing - google-cloud-sdk-gce - ; - }; + jawz.packages = [ + (pkgs.google-cloud-sdk.withExtraComponents [ + pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin + ]) + ] + ++ builtins.attrValues { + inherit (pkgs) + distrobox # install packages from other os + gocryptfs # encrypted filesystem! shhh!!! + vcsi # video thumbnails for torrents, can I replace it with ^? + keypunch # practice typing + google-cloud-sdk-gce + ; + }; nixremote = { isNormalUser = true; createHome = true;