summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 00fadfc..28b7b9f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,12 +8,7 @@
wrappers.url = "github:Lassulus/wrappers";
wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
- home-manager = {
- url = "github:nix-community/home-manager";
- inputs.nixpkgs.follows = "nixpkgs";
- };
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
-
nvf = {
url = "github:NotAShelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
@@ -23,7 +18,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
- # millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
};
outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules);