remove clipman override

This commit is contained in:
notgne2 2023-01-03 15:20:03 -07:00
parent 809a360285
commit 6d6088ad1f
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE
3 changed files with 0 additions and 31 deletions

25
flake.lock generated
View File

@ -182,30 +182,6 @@
"type": "github" "type": "github"
} }
}, },
"home-manager-clipman": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": [
"flake-utils"
]
},
"locked": {
"lastModified": 1666272074,
"narHash": "sha256-ZWMICAB5Lwzre+6XcpS5pjfDUJSz0pobm3xcHDnmPdo=",
"owner": "jwygoda",
"repo": "home-manager",
"rev": "6ba5a960b91e0923c3c14a4438d4b09d70c80720",
"type": "github"
},
"original": {
"owner": "jwygoda",
"ref": "clipman",
"repo": "home-manager",
"type": "github"
}
},
"hyprland": { "hyprland": {
"inputs": { "inputs": {
"hyprland-protocols": "hyprland-protocols", "hyprland-protocols": "hyprland-protocols",
@ -329,7 +305,6 @@
"firenvim": "firenvim", "firenvim": "firenvim",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"home-manager": "home-manager", "home-manager": "home-manager",
"home-manager-clipman": "home-manager-clipman",
"hyprland": "hyprland", "hyprland": "hyprland",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"npmlock2nix": "npmlock2nix", "npmlock2nix": "npmlock2nix",

View File

@ -63,11 +63,6 @@
url = "github:mattydebie/bitwarden-rofi"; url = "github:mattydebie/bitwarden-rofi";
flake = false; flake = false;
}; };
home-manager-clipman = {
url = "github:jwygoda/home-manager/clipman";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
};
hyprland = { hyprland = {
url = "github:hyprwm/Hyprland"; url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@ -6,7 +6,6 @@ inputs: all: {
}: { }: {
imports = [ imports = [
all all
"${inputs.home-manager-clipman}/modules/services/clipman.nix"
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default
]; ];