diff options
Diffstat (limited to 'nixos/flake.nix')
| -rw-r--r-- | nixos/flake.nix | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/nixos/flake.nix b/nixos/flake.nix deleted file mode 100644 index ef43174..0000000 --- a/nixos/flake.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - description = "Noctalia shell conf (dendritic layout)"; - - inputs = { - # Main tree - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - - # Noctalia v5 - noctalia.url = "github:noctalia-dev/noctalia"; - noctalia-greeter = { - url = "github:noctalia-dev/noctalia-greeter"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - helium-browser = { - url = "github:schembriaiden/helium-browser-nix-flake"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - outputs = { self, nixpkgs, noctalia, ... }@inputs: { - nixosConfigurations.opus = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = { inherit inputs; }; - modules = [ - ./hosts/opus - ]; - }; - }; -}
\ No newline at end of file |
