feat(clipboard): add wl-clipboard and cliphist to home.nix
this was literally so I could debug jo yie's code while she was at dinner because I love her
This commit is contained in:
parent
2cbe70dd21
commit
d30ea66cc5
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
@ -15,6 +15,7 @@
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
ripgrep
|
ripgrep
|
||||||
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
@ -87,6 +88,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.cliphist.enable = true;
|
||||||
|
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue