From db35b85fb979b8a3bd08dd99eea090b29a40ade9 Mon Sep 17 00:00:00 2001 From: Pedro Correa Date: Mon, 2 Mar 2026 19:02:07 -0300 Subject: [PATCH] :fire: removed vicinae --- flake.lock | 53 +--------------------------------------- flake.nix | 3 --- home/default.nix | 1 - home/vicinae/default.nix | 21 ---------------- 4 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 home/vicinae/default.nix diff --git a/flake.lock b/flake.lock index 1de2f0a..a46805b 100644 --- a/flake.lock +++ b/flake.lock @@ -490,22 +490,6 @@ "type": "github" } }, - "nixpkgs_9": { - "locked": { - "lastModified": 1762111121, - "narHash": "sha256-4vhDuZ7OZaZmKKrnDpxLZZpGIJvAeMtK6FKLJYUtAdw=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "b3d51a0365f6695e7dd5cdf3e180604530ed33b4", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "otter-launcher": { "inputs": { "flake-parts": "flake-parts", @@ -535,8 +519,7 @@ "micasa": "micasa", "niri": "niri", "nixpkgs": "nixpkgs_7", - "otter-launcher": "otter-launcher", - "vicinae": "vicinae" + "otter-launcher": "otter-launcher" } }, "rust-analyzer-src": { @@ -601,40 +584,6 @@ "type": "github" } }, - "systems_4": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "vicinae": { - "inputs": { - "nixpkgs": "nixpkgs_9", - "systems": "systems_4" - }, - "locked": { - "lastModified": 1770672288, - "narHash": "sha256-jJhGzVLu8QgMQrhZgJxRYcYwzrG+dKUdo9qWX8KBwnk=", - "owner": "vicinaehq", - "repo": "vicinae", - "rev": "1399606ebe1e799c4c22c7fbcaeae155a6a3d6e4", - "type": "github" - }, - "original": { - "owner": "vicinaehq", - "repo": "vicinae", - "type": "github" - } - }, "xwayland-satellite-stable": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 35467e4..839ebf4 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,6 @@ }; niri.url = "github:sodiboo/niri-flake"; ags.url = "github:Aylur/ags"; - vicinae.url = "github:vicinaehq/vicinae"; fsel.url = "github:Mjoyufull/fsel"; micasa.url = "github:cpcloud/micasa"; otter-launcher.url = "github:kuokuo123/otter-launcher"; @@ -20,7 +19,6 @@ nixpkgs, home-manager, niri, - vicinae, fsel, micasa, ... @@ -78,7 +76,6 @@ username = users.pedro.username; }; modules = [ - vicinae.homeManagerModules.default ./home ./home/personal.nix { diff --git a/home/default.nix b/home/default.nix index 0dad665..c1646d5 100644 --- a/home/default.nix +++ b/home/default.nix @@ -17,7 +17,6 @@ ./gtk ./halloy ./neovim - ./vicinae ./vscode ./zed ]; diff --git a/home/vicinae/default.nix b/home/vicinae/default.nix deleted file mode 100644 index bfe1a5f..0000000 --- a/home/vicinae/default.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ - services.vicinae = { - enable = true; - systemd = { - enable = true; - autoStart = true; - environment = { - USE_LAYER_SHELL = 1; - }; - }; - settings = { - close_on_focus_loss = true; - font.normal = "Monaspace Krypton"; - theme = { - dark.name = "vicinae-dark"; - light.name = "vicinae-dark"; - }; - launcher_window.opacity = 1; - }; - }; -} -- 2.51.2