From a77fe9a3570c04a1e1d2af11289330b2b9f94c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 3 Mar 2024 23:45:16 +0100 Subject: [PATCH] 67 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/configuration.nix | 2 +- hosts/MaxNixosLaptop/home.nix | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 5ed4849..239c1f8 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -126,7 +126,7 @@ # enableSSHSupport = true; # }; programs.nix-ld.enable = true; - programs.nix-ld.libraries = with pkgs; []; + programs.nix-ld.libraries = []; programs.zsh.enable = true; programs.steam.enable = true; diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index 6046768..bde3b48 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -93,7 +93,14 @@ wayland.windowManager.sway = { enable = true; - config = rec { + systemd = { + enable = true; + xdgAutostart = true; + }; + wrapperFeatures = { + gtk = true; + }; + config = { output = { "HDMI-A-1" = { mode = "3840x2160@60Hz";