Add clipman
This commit is contained in:
parent
edc7792b47
commit
cdcdc9bcdc
6
flake.lock
generated
6
flake.lock
generated
@ -270,11 +270,11 @@
|
||||
"nixpkgs": "nixpkgs_6"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1628894338,
|
||||
"narHash": "sha256-4zT5Hyn45buWfZY8KFPjDxqBlHBUZgmwRqZ74SNM4DM=",
|
||||
"lastModified": 1645007391,
|
||||
"narHash": "sha256-kAEi/uQm2iF4K/MuAnycKnkSG24zbM6SwjoxcprsdAo=",
|
||||
"owner": "balsoft",
|
||||
"repo": "lambda-launcher",
|
||||
"rev": "70d14fd892d59762eb954ba6cd750f949127a06d",
|
||||
"rev": "753d0b0eaec6ab42f0e383a0cf41b6d9d0a2c840",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
7
profiles/workspace/clipman.nix
Normal file
7
profiles/workspace/clipman.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.clipman ];
|
||||
home-manager.users.balsoft = {
|
||||
wayland.windowManager.sway.config.startup =
|
||||
[{ command = "${pkgs.wl-clipboard}/bin/wl-paste -t text --watch ${pkgs.clipman}/bin/clipman store"; }];
|
||||
};
|
||||
}
|
@ -27,6 +27,7 @@
|
||||
nheko
|
||||
packages
|
||||
|
||||
clipman
|
||||
cursor
|
||||
direnv
|
||||
fonts
|
||||
|
Loading…
Reference in New Issue
Block a user