From 10e8b7736f1b7362637f18b58a3b2c3aaefeff82 Mon Sep 17 00:00:00 2001 From: DarkGuibrine Date: Sun, 19 Apr 2026 15:31:15 -0300 Subject: [PATCH] arrumar erro --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flake.nix b/flake.nix index a93799e..3819a82 100644 --- a/flake.nix +++ b/flake.nix @@ -9,10 +9,7 @@ #chaotic.url = "github:lonerOrz/nyx-loner"; nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel"; aagl.url = "github:ezKEa/aagl-gtk-on-nix"; -<<<<<<< HEAD -======= disko.url = "github:nix-community/disko"; ->>>>>>> d196fd5 (Adicionado a configuraçao da VPS) home-manager = { url = "github:nix-community/home-manager/"; inputs.nixpkgs.follows = "nixpkgs"; @@ -54,10 +51,7 @@ aagl, noctalia, niri, -<<<<<<< HEAD -======= disko, ->>>>>>> d196fd5 (Adicionado a configuraçao da VPS) ... }@inputs: { @@ -89,11 +83,7 @@ system = "aarch64-linux"; specialArgs = { inherit inputs; }; modules = [ -<<<<<<< HEAD - #./configuration.nix -======= ./hosts/darkgui-vps/configuration.nix ->>>>>>> d196fd5 (Adicionado a configuraçao da VPS) ]; };