diff --git a/flake.lock b/flake.lock index 844e2fb7..fbce85fa 100644 --- a/flake.lock +++ b/flake.lock @@ -202,26 +202,6 @@ "url": "https://git.xenia.me.uk/pixelifytica/iosevka.git" } }, - "nix-index-database": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1728790083, - "narHash": "sha256-grMdAd4KSU6uPqsfLzA1B/3pb9GtGI9o8qb0qFzEU/Y=", - "owner": "nix-community", - "repo": "nix-index-database", - "rev": "5c54c33aa04df5dd4b0984b7eb861d1981009b22", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nix-index-database", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1728888510, @@ -254,36 +234,11 @@ "type": "github" } }, - "plasma-manager": { - "inputs": { - "home-manager": [ - "home-manager" - ], - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1729188492, - "narHash": "sha256-GMZubGvIEZIpHhb3sw7GIK7hFtHGBijsXQbR8TBAF+U=", - "owner": "nix-community", - "repo": "plasma-manager", - "rev": "9d851cebffd92ad3d2c69cc4df7a2c9368b78f73", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "plasma-manager", - "type": "github" - } - }, "root": { "inputs": { "home-manager": "home-manager", "iosevka-custom": "iosevka-custom", - "nix-index-database": "nix-index-database", "nixpkgs": "nixpkgs_2", - "plasma-manager": "plasma-manager", "stylix": "stylix" } }, diff --git a/flake.nix b/flake.nix index 8919203b..4b5fed5e 100644 --- a/flake.nix +++ b/flake.nix @@ -8,17 +8,11 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; + iosevka-custom.url = "git+https://git.xenia.me.uk/pixelifytica/iosevka.git"; home-manager = { url = "github:nix-community/home-manager/release-24.05"; inputs.nixpkgs.follows = "nixpkgs"; }; - plasma-manager = { - url = "github:nix-community/plasma-manager"; - inputs = { - nixpkgs.follows = "nixpkgs"; - home-manager.follows = "home-manager"; - }; - }; stylix = { url = "github:danth/stylix/release-24.05"; inputs = { @@ -26,11 +20,6 @@ home-manager.follows = "home-manager"; }; }; - nix-index-database = { - url = "github:nix-community/nix-index-database"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - iosevka-custom.url = "git+https://git.xenia.me.uk/pixelifytica/iosevka.git"; }; outputs = diff --git a/system/home/default.nix b/system/home/default.nix index 0aa06bcf..f2547d20 100644 --- a/system/home/default.nix +++ b/system/home/default.nix @@ -1,7 +1,6 @@ { inputs, ... }: { imports = [ - inputs.nix-index-database.hmModules.nix-index ./shell/default.nix ./scripts/default.nix ./password-store/default.nix diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 00eafce2..f35600c9 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -16,7 +16,6 @@ fastfetch.enable = true; fd.enable = true; jq.enable = true; - nix-index.enable = true; ripgrep.enable = true; bat = { enable = true;