From 9f9921e9d32128f93b7237d51ce0af821120fc11 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Fri, 24 Jul 2026 23:36:49 +0700 Subject: frst --- flake.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 flake.nix (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix deleted file mode 100644 index f5f5b35..0000000 --- a/flake.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ - description = "Noctalia shell conf"; - - 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"; - }; - - }; - - outputs = { self, nixpkgs, noctalia, ... }@inputs: { - nixosConfigurations.opus = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = { inherit inputs; }; - modules = [ - ./configuration.nix - ]; - }; - }; -} -- cgit v1.2.3