feat(work): install sway
This commit is contained in:
parent
c1ee8f9d50
commit
2e22c734de
1 changed files with 13 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue