remove clipman override
This commit is contained in:
parent
809a360285
commit
6d6088ad1f
25
flake.lock
generated
25
flake.lock
generated
@ -182,30 +182,6 @@
|
||||
"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": {
|
||||
"inputs": {
|
||||
"hyprland-protocols": "hyprland-protocols",
|
||||
@ -329,7 +305,6 @@
|
||||
"firenvim": "firenvim",
|
||||
"flake-utils": "flake-utils",
|
||||
"home-manager": "home-manager",
|
||||
"home-manager-clipman": "home-manager-clipman",
|
||||
"hyprland": "hyprland",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"npmlock2nix": "npmlock2nix",
|
||||
|
@ -63,11 +63,6 @@
|
||||
url = "github:mattydebie/bitwarden-rofi";
|
||||
flake = false;
|
||||
};
|
||||
home-manager-clipman = {
|
||||
url = "github:jwygoda/home-manager/clipman";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -6,7 +6,6 @@ inputs: all: {
|
||||
}: {
|
||||
imports = [
|
||||
all
|
||||
"${inputs.home-manager-clipman}/modules/services/clipman.nix"
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user