updating flake
This commit is contained in:
parent
e1d94eefba
commit
e5dd402fdb
4 changed files with 9 additions and 8 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
./modules/environment.nix
|
||||
./modules/waydroid.nix
|
||||
home-manager.nixosModules.default
|
||||
inputs.anyrun.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpeicalArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
"blue" = import ../../home-manager/home.nix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue