chore: improve work setup

This commit is contained in:
Swarsel 2024-08-10 08:21:01 +02:00
parent 54d4090918
commit dfe2c3922d
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
10 changed files with 161 additions and 8 deletions

View file

@ -36,6 +36,7 @@
reddit-enhancement-suite
sponsorblock
web-archives
onepassword-password-manager
single-file
widegithub
enhanced-github
@ -112,6 +113,7 @@
reddit-enhancement-suite
sponsorblock
web-archives
onepassword-password-manager
single-file
widegithub
enhanced-github
@ -188,6 +190,7 @@
reddit-enhancement-suite
sponsorblock
web-archives
onepassword-password-manager
single-file
widegithub
enhanced-github
@ -250,4 +253,14 @@
};
};
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
config = {
common = {
default = "wlr";
};
};
};
}