Compare commits

..

No commits in common. "62ea077ae974d8ce2cdb6bb1d7e952d93ee621c5" and "0eace3f336999fcfc8e19d122afaa73517670e97" have entirely different histories.

2 changed files with 4 additions and 10 deletions

View file

@ -105,10 +105,6 @@ with builtins; {
users.users.jade = {
isNormalUser = true;
extraGroups = ["wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark"];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOaE8TFsIazpn4OnHvHcRpOFr9FfvMaWOiEjmHsmnAoE cardno:000F_70CD7D05"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILg7hhAKxIAbokHHcIj9HBgbkgoKGCG2R+gx7HZKL+iz cardno:000F_93C6A612"
];
};
zramSwap = {

View file

@ -1,15 +1,13 @@
{pkgs, ...}: {
home.packages = [pkgs.gamescope];
{...}: {
programs.niri.settings = {
window-rules = [
{
# handle steam grabbing focus 1000 times on startup
matches = [
{app-id = "steam";}
];
excludes = [
{title = "(Guild Wars 2)";}
{
app-id = "steam";
}
];
open-focused = false;
}