From 7dd785b1005aec643004c06eaa7af690b00cb48f Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 16 Aug 2026 21:55:33 +0700 Subject: . --- nixos/flake.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 nixos/flake.nix (limited to 'nixos/flake.nix') 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 -- cgit v1.2.3