From 2e22c734de1b32d55718685f929b2a775ac52354 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 24 Aug 2025 22:50:30 +0200 Subject: [PATCH] feat(work): install sway --- hosts/work/home-config.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/work/home-config.nix b/hosts/work/home-config.nix index d089233..b61215e 100644 --- a/hosts/work/home-config.nix +++ b/hosts/work/home-config.nix @@ -33,6 +33,19 @@ zellij.enable = true; zsh.enable = true; }; + desktop.sway = { + enable = true; + kanshi = true; + swaylock.useNullPackage = true; + waybar = { + laptop = true; + gpuThermal.enable = false; + cpuThermal = { + hwmonPathAbs = "/sys/devices/platform/coretemp.0/hwmon/"; + inputFilename = "temp1_input"; + }; + }; + }; web.firefox = { enable = true; optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [