From 01c29fe84629327b36cc7a237cd92872fbb50177 Mon Sep 17 00:00:00 2001 From: scouckel Date: Sun, 3 May 2026 04:47:32 -0500 Subject: update + lix + no more millennium + oil-nvim + idek anymore --- flake.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index aa072a2..00fadfc 100644 --- a/flake.nix +++ b/flake.nix @@ -1,23 +1,13 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + # nixpkgs.url = "github:NixOS/nixpkgs"; flake-parts.url = "github:hercules-ci/flake-parts"; import-tree.url = "github:vic/import-tree"; wrappers.url = "github:Lassulus/wrappers"; wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules"; - lix = { - url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"; - flake = false; - }; - - lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.lix.follows = "lix"; - }; - home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -33,7 +23,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nix-flatpak.url = "github:gmodena/nix-flatpak"; - millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix"; + # millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix"; }; outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules); -- cgit v1.3.1