chore: fix deprecation warnings

This commit is contained in:
Nickolaj Jepsen 2025-12-12 04:41:03 +01:00
parent e03f3af01d
commit 595d2b23e0
7 changed files with 20 additions and 21 deletions

View file

@ -44,7 +44,7 @@ in {
color: #DAD8CE;
border-bottom: 2px solid #CF6A4C;
}
#workspaces button.focused {
background: #CF6A4C;
color: #1C1B1A;
@ -109,7 +109,7 @@ in {
};
programs.niri = {
enable = true;
package = inputs.niri.packages."${pkgs.system}".niri-unstable;
package = inputs.niri.packages."${pkgs.stdenv.hostPlatform.system}".niri-unstable;
};
fireproof.home-manager.programs.niri.settings = {
prefer-no-csd = true;
@ -122,7 +122,7 @@ in {
];
xwayland-satellite = {
enable = true;
path = lib.getExe inputs.niri.packages."${pkgs.system}".xwayland-satellite-unstable;
path = lib.getExe inputs.niri.packages."${pkgs.stdenv.hostPlatform.system}".xwayland-satellite-unstable;
};
environment = {
NIXOS_OZONE_WL = "1";