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" { output "Samsung Electric Company LC27G7xT H1AK500000" {
variable-refresh-rate // variable-refresh-rate
} }
// Settings that influence how windows are positioned and sized. // Settings that influence how windows are positioned and sized.

View file

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

View file

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