individualize yubikey configs, update Earthmover hardware config and remove openrgb, use gpu screen recorder module, install gamescope
This commit is contained in:
parent
e2d896a781
commit
fbb7c5b831
7 changed files with 23 additions and 8 deletions
|
|
@ -6,7 +6,4 @@
|
|||
sudo.u2fAuth = true;
|
||||
polkit-1.u2fAuth = if config.services.desktopManager.plasma6.enable then true else false;
|
||||
};
|
||||
|
||||
# yubikey config
|
||||
home-manager.users.wo2w.home.file.".config/Yubico/u2f_keys".text = "wo2w:aKYaBOjCImRE58XcYJCqxpY0vABEIYWbk2Lvx4UqnN3M/A1uyr3boV4FZLkfxUwmlfBdMDm4caSaX1/SrNoNgw==,zruscj30G6zEt8xmlvTXBBEKIzg+fPCSq/FvhZO3X0HyP2uBLsWSXqCyRKXM8H9F/GJwJWBpyoHj/dhkxj7eZg==,es256,+presence";
|
||||
}
|
||||
|
|
@ -13,6 +13,13 @@
|
|||
# discord rpc
|
||||
leonardssh.vscord
|
||||
];
|
||||
|
||||
userSettings = {
|
||||
"workbench.colorTheme" = "Tokyo Night";
|
||||
|
||||
# disable trust prompts
|
||||
"security.workspace.trust.enabled" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -14,8 +14,8 @@ in {
|
|||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
# heroic games launcher
|
||||
heroic
|
||||
gamescope # screen resolution controller for games that have bugs when changing resolution
|
||||
heroic # heroic games launcher
|
||||
(prismlauncher.override {
|
||||
# Change Java runtimes available to Prism Launcher
|
||||
jdks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue