Some general cleanup to various nix files

This commit is contained in:
Random936 2024-08-03 10:10:21 -07:00
parent 02c91ba071
commit 693afdff9d
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +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
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, inputs, ... }: {
imports = [ imports = [
../hardware/omen.nix ../hardware/omen.nix

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
# Build deps # Build deps
cmake cmake