flake.nix: remove determinate

hosts/dunamis/nix.nix: replace with lix
hosts/eldrid/nix.nix: replace with lix
hosts/sarien/nix.nix: replace with lix
packages/wl-tray-bridge/default.nix: remove

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-07 12:34:19 +03:00
parent 27fe6b6b8d
commit dd8be2c147
5 changed files with 2 additions and 59 deletions

View File

@ -1,7 +1,6 @@
# TODO: better file name
{
config,
inputs,
pkgs,
...
}: let
@ -12,9 +11,6 @@
inherit (config.sops) secrets;
inherit (inputs) mysecrets;
in {
imports = with inputs; [
# determinate.nixosModules.default
];
nix = {
package = pkgs.lix;
channel.enable = false;