diff --git a/configuration.nix b/configuration.nix index 01512a7..33731d7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +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`). - +# 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, ... }: { @@ -213,6 +210,7 @@ openrgb # RGB editor furmark # Room heater obsidian # note taking + gcc ]; };