From e1bc5c29ea707c7bc02c5128a0757195c41a1438 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Tue, 3 Jun 2025 09:52:50 -0300 Subject: [PATCH] fix: remove eww-custom module import --- flake.lock | 87 +++------------------------------------ flake.nix | 1 - home/guz-lite/desktop.nix | 3 -- 3 files changed, 5 insertions(+), 86 deletions(-) diff --git a/flake.lock b/flake.lock index dff12d7..8ead827 100644 --- a/flake.lock +++ b/flake.lock @@ -326,24 +326,6 @@ "type": "github" } }, - "flake-utils_2": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "fromYaml": { "flake": false, "locked": { @@ -610,7 +592,7 @@ "hyprwayland-scanner": "hyprwayland-scanner", "nixpkgs": "nixpkgs_5", "pre-commit-hooks": "pre-commit-hooks", - "systems": "systems_4", + "systems": "systems_3", "xdph": "xdph" }, "locked": { @@ -1039,7 +1021,7 @@ "stylix", "nixpkgs" ], - "treefmt-nix": "treefmt-nix_2" + "treefmt-nix": "treefmt-nix" }, "locked": { "lastModified": 1746056780, @@ -1079,28 +1061,6 @@ "type": "github" } }, - "qbpm": { - "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": [ - "nixpkgs" - ], - "treefmt-nix": "treefmt-nix" - }, - "locked": { - "lastModified": 1722656545, - "narHash": "sha256-Xy5ViwqTlXNpVoWgFTzPdDtQ1DovnlXJ96MBxh/B3to=", - "ref": "refs/heads/icons", - "rev": "db0fede59467f0e059b8dba8a56ed28ea4b738d2", - "revCount": 295, - "type": "git", - "url": "https://git.sr.ht/~pvsr/qbpm" - }, - "original": { - "type": "git", - "url": "https://git.sr.ht/~pvsr/qbpm" - } - }, "rec-sh": { "inputs": { "nixpkgs": [ @@ -1129,7 +1089,6 @@ "nixpak": "nixpak", "nixpkgs": "nixpkgs_2", "nixpkgs-unstable": "nixpkgs-unstable", - "qbpm": "qbpm", "rec-sh": "rec-sh", "sops-nix": "sops-nix", "stylix": "stylix", @@ -1191,7 +1150,7 @@ "nixpkgs" ], "nur": "nur", - "systems": "systems_3", + "systems": "systems_2", "tinted-foot": "tinted-foot", "tinted-kitty": "tinted-kitty", "tinted-schemes": "tinted-schemes", @@ -1244,21 +1203,6 @@ } }, "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_4": { "locked": { "lastModified": 1689347949, "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", @@ -1355,27 +1299,6 @@ } }, "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "qbpm", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1717278143, - "narHash": "sha256-u10aDdYrpiGOLoxzY/mJ9llST9yO8Q7K/UlROoNxzDw=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "3eb96ca1ae9edf792a8e0963cc92fddfa5a87706", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, - "treefmt-nix_2": { "inputs": { "nixpkgs": [ "stylix", @@ -1397,7 +1320,7 @@ "type": "github" } }, - "treefmt-nix_3": { + "treefmt-nix_2": { "inputs": { "nixpkgs": "nixpkgs_6" }, @@ -1472,7 +1395,7 @@ "nixpkgs": [ "nixpkgs" ], - "treefmt-nix": "treefmt-nix_3", + "treefmt-nix": "treefmt-nix_2", "xremap": "xremap_2" }, "locked": { diff --git a/flake.nix b/flake.nix index c94bf80..f0f13b6 100644 --- a/flake.nix +++ b/flake.nix @@ -194,7 +194,6 @@ }; }; neovim = inputs.neovim.homeManagerModules.default; - eww = ./modules/home-manager/eww.nix; qutebrowser-profiles = ./modules/home-manager/qutebrowser-profiles.nix; }; diff --git a/home/guz-lite/desktop.nix b/home/guz-lite/desktop.nix index 4019ae7..385e429 100644 --- a/home/guz-lite/desktop.nix +++ b/home/guz-lite/desktop.nix @@ -2,11 +2,8 @@ config, lib, pkgs, - self, ... }: { - imports = [self.homeManagerModules.eww]; - home.pointerCursor.enable = true; home.pointerCursor.name = "Vanilla-DMZ"; home.pointerCursor.package = pkgs.vanilla-dmz;