This commit is contained in:
nora 2025-09-06 22:44:29 +02:00
parent decd7bf4b3
commit a6b6c2ac24
3 changed files with 4 additions and 3 deletions

View file

@ -98,7 +98,7 @@ input {
}
output "Samsung Electric Company LC27G7xT H1AK500000" {
variable-refresh-rate
// variable-refresh-rate
}
// Settings that influence how windows are positioned and sized.

View file

@ -50,8 +50,8 @@ in
obsidian
prismlauncher
spotify
# rustup from nix for rust :)
rustup
rustup # rustup from nix for rust :)
gamescope # so i can put it in steam startup command lines
(pkgs.writeShellApplication {
name = "lock-and-power-off-screen";
text = ''

View file

@ -82,6 +82,7 @@
environment.systemPackages = with pkgs; [
tailscale
os-prober
usbutils # steam client logs complain about lsusb
];
networking.firewall = {