diff --git a/config/omen.nix b/config/omen.nix index 8bfa888..1011e2e 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -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 = [ ../hardware/omen.nix diff --git a/home/emacs.nix b/home/emacs.nix index 4827773..00aea0f 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -1,4 +1,4 @@ -{ inputs, config, pkgs, ... }: { +{ pkgs, ... }: { home.packages = with pkgs; [ # Build deps cmake