stuf
This commit is contained in:
parent
0d8f806c01
commit
f8b450362b
4 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
direnv
|
direnv
|
||||||
qFlipper
|
qFlipper
|
||||||
hyperfine
|
hyperfine
|
||||||
jq
|
# jq
|
||||||
jujutsu
|
jujutsu
|
||||||
just
|
just
|
||||||
lldb
|
lldb
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,6 @@
|
||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
trusted-users = ["root" "@wheel"];
|
trusted-users = ["root" "@wheel"];
|
||||||
show-trace = true;
|
|
||||||
};
|
};
|
||||||
nixpkgs.config = {allowUnfree = true;};
|
nixpkgs.config = {allowUnfree = true;};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
openrgb
|
openrgb
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.displayManager.defaultSession = "plasma";
|
||||||
services.tailscale.useRoutingFeatures = "both";
|
services.tailscale.useRoutingFeatures = "both";
|
||||||
boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
|
boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
|
||||||
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
|
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
services.tailscale.useRoutingFeatures = "client";
|
services.tailscale.useRoutingFeatures = "client";
|
||||||
|
|
||||||
systemd.services."backlight@backlight:amdgpu_bl2".enable = false;
|
systemd.services."backlight@backlight:amdgpu_bl2".enable = false;
|
||||||
|
services.displayManager.defaultSession = "plasmawayland";
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"libinput/local-overrides.quirks".text = "
|
"libinput/local-overrides.quirks".text = "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue