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"
|
"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",
|
||||||
|
@ -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";
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user