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