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"
|
||||
];
|
||||
};
|
||||
xkb.options = "caps:escape";
|
||||
};
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
default = {
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "esc";
|
||||
esc = "capslock";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
console.useXkbConfig = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
{
|
||||
groups = [ "wheel" ];
|
||||
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;
|
||||
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,6 +25,12 @@ in {
|
|||
krita
|
||||
lutris
|
||||
mangohud
|
||||
(prismlauncher.override {
|
||||
jdks = [
|
||||
jdk21
|
||||
temurin-bin-25
|
||||
];
|
||||
})
|
||||
inputs.nix-gaming.packages.x86_64-linux.osu-lazer-bin
|
||||
qmk
|
||||
tetrio-desktop
|
||||
|
|
@ -48,12 +54,6 @@ 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