diff --git a/flake.nix b/flake.nix index 9f0d4e0..33fc5c0 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ nixpkgs, home-manager, agenix, - }: let + } @ inputs: let baseModule = { # imports = [ # home-manager.nixosModules.default diff --git a/hosts/rq/configuration.nix b/hosts/rq/configuration.nix index 6eae446..41241a4 100644 --- a/hosts/rq/configuration.nix +++ b/hosts/rq/configuration.nix @@ -2,7 +2,6 @@ config, pkgs, lib, - # inputs, ... }: let pkg_with_working_nitrogen = import (builtins.fetchTarball { @@ -62,8 +61,6 @@ in { identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; }; - # nix.channels = {inherit nixpkgs;}; - # config = { # res = "1366x768"; # };