diff --git a/flake.lock b/flake.lock index 7125643..40a2ff4 100644 --- a/flake.lock +++ b/flake.lock @@ -90,15 +90,16 @@ ] }, "locked": { - "lastModified": 1702110869, - "narHash": "sha256-hgbzPjIMLYJf3Ekq9qZCpDcIZn1BZmOp7d6PMkIWknU=", + "lastModified": 1700814205, + "narHash": "sha256-lWqDPKHRbQfi+zNIivf031BUeyciVOtwCwTjyrhDB5g=", "owner": "nix-community", "repo": "home-manager", - "rev": "7db6291d95693374d408f4877c265ec7481f222b", + "rev": "aeb2232d7a32530d3448318790534d196bf9427a", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-23.11", "repo": "home-manager", "type": "github" } @@ -218,14 +219,14 @@ "lastModified": 1701952659, "narHash": "sha256-TJv2srXt6fYPUjxgLAL0cy4nuf1OZD4KuA1TrCiQqg0=", "owner": "NixOS", - "repo": "nIxpkgs", + "repo": "nixpkgs", "rev": "b4372c4924d9182034066c823df76d6eaf1f4ec4", "type": "github" }, "original": { "owner": "NixOS", "ref": "nixos-23.11", - "repo": "nIxpkgs", + "repo": "nixpkgs", "type": "github" } }, diff --git a/flake.nix b/flake.nix index a587c15..bfc1570 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ inputs = # All flake references used to build my NixOS setup. These are dependencies. { nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; # Nix Packages - nixpkgs.url = "github:NixOS/nIxpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; microvm = { @@ -21,7 +21,7 @@ }; home-manager = { # User Package Management - url = "github:nix-community/home-manager"; + url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/hosts/default.nix b/hosts/default.nix index 330ed86..8f5d29e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -88,6 +88,7 @@ in modules = [ agenix.nixosModules.default nur.nixosModules.nur + jovian-nixos.default ./steamdeck ./configuration_desktop.nix ../modules/hardware/remoteClient.nix