diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-05-03 04:47:32 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-05-03 04:47:32 -0500 |
| commit | 01c29fe84629327b36cc7a237cd92872fbb50177 (patch) | |
| tree | 80016f5797b9bcbaea582ddca6d20baef773d58f /flake.nix | |
| parent | 85c92c234b542125f0a52313157e14f86a443112 (diff) | |
update + lix + no more millennium + oil-nvim + idek anymore
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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); |
