From 95ae7e3087c81e4422a26908f7262fd587f150ed Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 22 Nov 2024 12:21:50 +0100 Subject: [PATCH] Cleaned up and removed some comments --- workstation/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index ac20a7c..f242971 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -1,6 +1,4 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page, on -# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). + { config, lib, pkgs, ... }: