From 3b964a7118f05de6b251cb4d9dd4d91bdf9a81a3 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 8 Jan 2026 19:02:29 -0500 Subject: [PATCH] rust --- configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ]; };