feat(laptop): add wl-clipboard
This commit is contained in:
parent
c6968d57dc
commit
707cbcca9e
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
||||||
services.mullvad.enable = true;
|
services.mullvad.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.moritz.packages = [ pkgs.poetry ];
|
users.users.moritz.packages = with pkgs; [
|
||||||
|
poetry
|
||||||
|
wl-clipboard
|
||||||
|
];
|
||||||
|
|
||||||
home-manager.users.moritz.services.kanshi.settings = [
|
home-manager.users.moritz.services.kanshi.settings = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue