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