From e5dd402fdb168e54cea3eff5d958a2c6ca58cb1d Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 23 Aug 2024 13:23:57 +0100 Subject: [PATCH] updating flake --- flake.lock | 12 ++++++------ flake.nix | 1 + home-manager/home.nix | 2 +- hosts/gabbielaptop/configuration.nix | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 280db11..da9c4d0 100644 --- a/flake.lock +++ b/flake.lock @@ -50,11 +50,11 @@ ] }, "locked": { - "lastModified": 1723986931, - "narHash": "sha256-Fy+KEvDQ+Hc8lJAV3t6leXhZJ2ncU5/esxkgt3b8DEY=", + "lastModified": 1724412708, + "narHash": "sha256-tLr1k+UZLVumyqXRU8E5lBtLjsvHSy8e2NiamfkjpYg=", "owner": "nix-community", "repo": "home-manager", - "rev": "2598861031b78aadb4da7269df7ca9ddfc3e1671", + "rev": "b18f3ebc4029c22d437e3424014c8597a8b459a0", "type": "github" }, "original": { @@ -89,11 +89,11 @@ }, "stablepkgs": { "locked": { - "lastModified": 1724242322, - "narHash": "sha256-HMpK7hNjhEk4z5SFg5UtxEio9OWFocHdaQzCfW1pE7w=", + "lastModified": 1724316499, + "narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "224042e9a3039291f22f4f2ded12af95a616cca0", + "rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4ff7194..c91b6b2 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ ./modules/environment.nix ./modules/waydroid.nix home-manager.nixosModules.default + inputs.anyrun.homeManagerModules.default ]; }; }; diff --git a/home-manager/home.nix b/home-manager/home.nix index a620bf8..d441d0e 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -242,7 +242,7 @@ config = { plugins = [ # An array of all the plugins you want, which either can be paths to the .so files, or their packages - inputs.anyrun.packages.${pkgs.system}.applications +# inputs.anyrun.packages.${pkgs.system}.applications # ./some_plugin.so # "${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex" ]; diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index f28ee16..3a50ea7 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -106,7 +106,7 @@ }; home-manager = { - extraSpeicalArgs = { inherit inputs; }; + extraSpecialArgs = { inherit inputs; }; users = { "blue" = import ../../home-manager/home.nix; };