fix: remove eww-custom module import

This commit is contained in:
Guz
2025-06-03 09:52:50 -03:00
parent 213afccddd
commit e1bc5c29ea
3 changed files with 5 additions and 86 deletions

87
flake.lock generated
View File

@@ -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": {

View File

@@ -194,7 +194,6 @@
};
};
neovim = inputs.neovim.homeManagerModules.default;
eww = ./modules/home-manager/eww.nix;
qutebrowser-profiles = ./modules/home-manager/qutebrowser-profiles.nix;
};

View File

@@ -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;