mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
stuff
This commit is contained in:
parent
decd7bf4b3
commit
a6b6c2ac24
3 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue