Compare commits
No commits in common. "75f9cc9d2bdd32fbcb1e28b7a300d61fc04da2b3" and "1ad05857b7566f15575dd03d09f31da80669744d" have entirely different histories.
75f9cc9d2b
...
1ad05857b7
4 changed files with 10 additions and 24 deletions
|
|
@ -6,19 +6,7 @@
|
||||||
"-arinterval 15"
|
"-arinterval 15"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
xkb.options = "caps:escape";
|
||||||
};
|
};
|
||||||
services.keyd = {
|
console.useXkbConfig = true;
|
||||||
enable = true;
|
|
||||||
keyboards = {
|
|
||||||
default = {
|
|
||||||
ids = [ "*" ];
|
|
||||||
settings = {
|
|
||||||
main = {
|
|
||||||
capslock = "esc";
|
|
||||||
esc = "capslock";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
{
|
{
|
||||||
groups = [ "wheel" ];
|
groups = [ "wheel" ];
|
||||||
keepEnv = true;
|
keepEnv = true;
|
||||||
persist = true;
|
persist = config.me.environment != "laptop";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
{ config, lib, ... }: {
|
{ config, ... }: {
|
||||||
age.secrets.tailscale_auth.file = ../../secrets/tailscale_auth.age;
|
age.secrets.tailscale_auth.file = ../../secrets/tailscale_auth.age;
|
||||||
me.binds."/var/lib/tailscale" = "tailscale";
|
me.binds."/var/lib/tailscale" = "tailscale";
|
||||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||||
networking.firewall.allowedUdpPorts = lib.mkIf config.me.environment == "headless" [ 123 ];
|
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
authKeyFile = config.age.secrets.tailscale_auth.path;
|
authKeyFile = config.age.secrets.tailscale_auth.path;
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,12 @@ in {
|
||||||
krita
|
krita
|
||||||
lutris
|
lutris
|
||||||
mangohud
|
mangohud
|
||||||
|
(prismlauncher.override {
|
||||||
|
jdks = [
|
||||||
|
jdk21
|
||||||
|
temurin-bin-25
|
||||||
|
];
|
||||||
|
})
|
||||||
inputs.nix-gaming.packages.x86_64-linux.osu-lazer-bin
|
inputs.nix-gaming.packages.x86_64-linux.osu-lazer-bin
|
||||||
qmk
|
qmk
|
||||||
tetrio-desktop
|
tetrio-desktop
|
||||||
|
|
@ -48,12 +54,6 @@ in {
|
||||||
me.psensor
|
me.psensor
|
||||||
obsidian
|
obsidian
|
||||||
pavucontrol
|
pavucontrol
|
||||||
(prismlauncher.override {
|
|
||||||
jdks = [
|
|
||||||
jdk21
|
|
||||||
temurin-bin-25
|
|
||||||
];
|
|
||||||
})
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
rivalcfg
|
rivalcfg
|
||||||
screenkey
|
screenkey
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue