diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 00:32:23 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 00:32:23 +0100 |
| commit | 1463a81e8cdb09fb87b4401a1e3179121d50cae5 (patch) | |
| tree | 17711dda6a5f6ca40acd5ca982b27b0425ec393c /home/flake.nix | |
| parent | 12438a9c8d5412258f976bb09881258462189222 (diff) | |
modularise, combine
Diffstat (limited to 'home/flake.nix')
| -rw-r--r-- | home/flake.nix | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/home/flake.nix b/home/flake.nix deleted file mode 100644 index 766ff99..0000000 --- a/home/flake.nix +++ /dev/null @@ -1,43 +0,0 @@ -{ - inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - nur = { - url = "github:nix-community/NUR"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - nvf = { - url = "github:notashelf/nvf"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - stylix = { - url = "github:danth/stylix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - outputs = { - nixpkgs, - home-manager, - stylix, - nvf, - nur, - ... - }: let - system = "x86_64-linux"; - pkgs = nixpkgs.legacyPackages.${system}; - in { - homeConfigurations."mtgmonkey" = home-manager.lib.homeManagerConfiguration { - inherit pkgs; - modules = [ - stylix.homeModules.stylix - nvf.homeManagerModules.default - nur.modules.homeManager.default - - ./home.nix - ]; - }; - }; -} |
