Compare commits
2 commits
0eace3f336
...
62ea077ae9
Author | SHA1 | Date | |
---|---|---|---|
62ea077ae9 | |||
cf3904423e |
2 changed files with 10 additions and 4 deletions
|
@ -105,6 +105,10 @@ with builtins; {
|
||||||
users.users.jade = {
|
users.users.jade = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark"];
|
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 = {
|
zramSwap = {
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
|
home.packages = [pkgs.gamescope];
|
||||||
programs.niri.settings = {
|
programs.niri.settings = {
|
||||||
window-rules = [
|
window-rules = [
|
||||||
{
|
{
|
||||||
# handle steam grabbing focus 1000 times on startup
|
# handle steam grabbing focus 1000 times on startup
|
||||||
|
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{app-id = "steam";}
|
||||||
app-id = "steam";
|
];
|
||||||
}
|
excludes = [
|
||||||
|
{title = "(Guild Wars 2)";}
|
||||||
];
|
];
|
||||||
open-focused = false;
|
open-focused = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue