diff options
-rw-r--r-- | modules/profiles/cosmic/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/cosmic/default.nix b/modules/profiles/cosmic/default.nix index 0e35d7c..4dafd47 100644 --- a/modules/profiles/cosmic/default.nix +++ b/modules/profiles/cosmic/default.nix @@ -4,7 +4,7 @@ inputs.nixos-cosmic.nixosModules.default ]; - # Set up binary substituter so we don't have to build everything from source. + # Setup binary substituter so we don't have to build everything from source. # If this is a first time setup, comment out the code below the nix.settings # attrset and run `sudo nixos-rebuild test` to update the substituters. nix.settings = { |