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

@ -1,8 +1,31 @@
{ pkgs, ... }:
{
# boot.initrd.luks.yubikeySupport = true;
programs._1password.enable = true;
programs._1password-gui.enable = true;
programs._1password-gui = {
enable = true;
polkitPolicyOwners = [ "swarsel" ];
};
environment.systemPackages = with pkgs; [
];
# xdg.portal = {
# enable = true;
# config = {
# common = {
# default = "wlr";
# };
# };
# wlr.enable = true;
# wlr.settings.screencast = {
# output_name = "eDP-2";
# chooser_type = "simple";
# chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
# };
# };
# services.dbus.enable = true;
}