feat(xonsh): set up ssh-agent
This commit is contained in:
parent
2570dfa162
commit
660c9089d4
11 changed files with 82 additions and 65 deletions
|
@ -37,13 +37,14 @@ in {
|
|||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
slurp
|
||||
grim
|
||||
wf-recorder
|
||||
rofi-wayland
|
||||
kitty
|
||||
wl-clipboard
|
||||
;
|
||||
flameshot = pkgs.flameshot.override {
|
||||
enableWlrSupport = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue