Update to nixos 22.11
This commit is contained in:
parent
f0be8cc8d8
commit
858c7a1655
14 changed files with 78 additions and 49 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland;
|
||||
package = pkgs.firefox;
|
||||
};
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "true";
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
];
|
||||
backlight.format = " {percent}%";
|
||||
disk.format = " {percentage_used}%";
|
||||
clock.format = "{:%Y-%2m-%2d %H:%M}";
|
||||
clock.format = "{:%Y-%m-%d %H:%M}";
|
||||
"sway/workspaces" = {
|
||||
disable-scroll-wraparound = true;
|
||||
enable-bar-scroll = true;
|
||||
|
@ -140,7 +140,7 @@
|
|||
"" # Icon: temperature-full
|
||||
];
|
||||
tooltip = "true";
|
||||
hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input";
|
||||
hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input";
|
||||
};
|
||||
|
||||
idle_inhibitor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue