From 86eab03d8770d2ee8b7a55cf4de4cfc3f6344003 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sat, 13 Aug 2022 17:38:54 +0200 Subject: [PATCH] Updates --- hosts/norman/.config/sway/config.d/screens.conf | 9 +-------- hosts/norman/norman.nix | 2 ++ hosts/norman/wireguard.nix | 2 ++ profiles/work/default.nix | 3 +++ 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/norman/.config/sway/config.d/screens.conf b/hosts/norman/.config/sway/config.d/screens.conf index 03592514..2be142b0 100644 --- a/hosts/norman/.config/sway/config.d/screens.conf +++ b/hosts/norman/.config/sway/config.d/screens.conf @@ -1,6 +1,5 @@ -set $left 'Eizo Nanao Corporation EV2316W 87029015' +set $left 'Eizo Nanao Corporation EV2316W 92008103' set $middle 'Samsung Electric Company SMBX2450L 0x00003231' -set $right 'Eizo Nanao Corporation EV2316W 39117013' output $left { scale 1 @@ -12,9 +11,3 @@ output $middle { scale 1 pos 1080 600 } - -output $right { - scale 1 - pos 3000 0 - transform 90 -} diff --git a/hosts/norman/norman.nix b/hosts/norman/norman.nix index 2352fda2..ae9475cf 100644 --- a/hosts/norman/norman.nix +++ b/hosts/norman/norman.nix @@ -10,6 +10,8 @@ in ]; config = { + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable { "sway/config.d/10-screens.conf".source = ./.config/sway/config.d/screens.conf; "sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf; diff --git a/hosts/norman/wireguard.nix b/hosts/norman/wireguard.nix index 5ccafd41..cbb194d2 100644 --- a/hosts/norman/wireguard.nix +++ b/hosts/norman/wireguard.nix @@ -41,6 +41,8 @@ "95.129.51.5" "95.129.54.43" "134.0.28.89" + "134.0.27.108" + "134.0.25.181" ]; # Set this to the server IP and port. diff --git a/profiles/work/default.nix b/profiles/work/default.nix index 1729832a..ba32c7d2 100644 --- a/profiles/work/default.nix +++ b/profiles/work/default.nix @@ -19,15 +19,18 @@ in jetbrains.idea-community minicom openjdk11 + putty python39Full python39Packages.pyyaml remmina + slack thunderbird vscode vscode-extensions.golang.go vscode-extensions.ms-python.python vscode-extensions.redhat.java wireshark + teams ]; }