diff --git a/flake.nix b/flake.nix index 02541da..9ca4f27 100644 --- a/flake.nix +++ b/flake.nix @@ -218,7 +218,7 @@ overlays = overlays ++ [ nixgl.overlay ]; }; - modules = [ ./machines/maui.nix ]; + modules = [ ./machines/maui.nix lix-module.nixosModules.default ]; }; nixosConfigurations = builtins.mapAttrs mkSystem machines; diff --git a/machines/maui.nix b/machines/maui.nix index 8d4574d..cb66de8 100644 --- a/machines/maui.nix +++ b/machines/maui.nix @@ -10,7 +10,7 @@ home = rec { username = "cheiss"; homeDirectory = "/home/${username}"; - packages = (with pkgs; [ rust-analyzer samply sipcalc swaks ]) + packages = (with pkgs; [ rust-analyzer samply sipcalc swaks lix ]) ++ (with pkgs.nodePackages; [ bash-language-server prettier ]) ++ (with pkgs.nixgl; [ nixGLIntel nixVulkanIntel ]); sessionVariables.NIX_PATH = "nixpkgs=${lib.cleanSource pkgs.path}";