This commit is contained in:
2026-01-08 19:02:29 -05:00
parent 2442d16151
commit 3b964a7118

View File

@@ -1,7 +1,4 @@
# Edit this configuration file to define what should be installed on # 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`).
# 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, ... }: { config, lib, pkgs, ... }:
{ {
@@ -213,6 +210,7 @@
openrgb # RGB editor openrgb # RGB editor
furmark # Room heater furmark # Room heater
obsidian # note taking obsidian # note taking
gcc
]; ];
}; };