Some general cleanup to various nix files
This commit is contained in:
parent
02c91ba071
commit
693afdff9d
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ inputs, config, pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Build deps
|
# Build deps
|
||||||
cmake
|
cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user