diff --git a/home/hosts/peach/default.nix b/home/hosts/peach/default.nix index 6df416a..3b3319a 100644 --- a/home/hosts/peach/default.nix +++ b/home/hosts/peach/default.nix @@ -5,7 +5,7 @@ }: { colors = { - scheme = "banana-blueberry"; + scheme = "kanagawa-dragon"; accent = "base09"; }; @@ -29,7 +29,7 @@ mode = { width = 3024; height = 1964; - refresh = 60.000; + refresh = 120.000; }; position = { x = 272; diff --git a/home/tiling/default.nix b/home/tiling/default.nix index f7832ca..35b54b8 100644 --- a/home/tiling/default.nix +++ b/home/tiling/default.nix @@ -1,7 +1,7 @@ { pkgs, config, ... }: { imports = [ - ./hyprland.nix + # ./hyprland.nix ./niri.nix ./noctalia.nix ./wallpaper.nix diff --git a/home/tiling/noctalia.nix b/home/tiling/noctalia.nix index a3d797e..82e53b0 100644 --- a/home/tiling/noctalia.nix +++ b/home/tiling/noctalia.nix @@ -595,8 +595,8 @@ systemd.user.services.noctalia-shell = { Unit = { - After = [ "graphical-session.target" ]; - PartOf = [ "graphical-session.target" ]; + After = [ "niri.service" ]; + PartOf = [ "niri.service" ]; Description = "Noctalia Shell - Wayland desktop shell"; Documentation = "https://docs.noctalia.dev"; X-Restart-Triggers = [ @@ -611,6 +611,6 @@ Environment = [ "QT_QPA_PLATFORMTHEME=qt6ct" ]; }; - Install.WantedBy = [ "graphical-session.target" ]; + Install.WantedBy = [ "niri.service" ]; }; } diff --git a/home/tiling/wallpaper.nix b/home/tiling/wallpaper.nix index 7f92b55..958cb97 100644 --- a/home/tiling/wallpaper.nix +++ b/home/tiling/wallpaper.nix @@ -10,7 +10,7 @@ ${pkgs.wbg}/bin/wbg -s \ %h/.local/share/wallpaper/daily-colored.jpg ''; - Install.WantedBy = [ "graphical-session.target" ]; + Install.WantedBy = [ "niri.service" ]; }; systemd.user.services.bing-wallpaper = { @@ -47,7 +47,7 @@ } ); Service.ExecStartPost = "${pkgs.systemd}/bin/systemctl --user start gowall-convert.service"; - Install.WantedBy = [ "graphical-session.target" ]; + Install.WantedBy = [ "niri.service" ]; }; systemd.user.timers.bing-wallpaper = { diff --git a/system/default.nix b/system/default.nix index 57b6f19..68cf65a 100755 --- a/system/default.nix +++ b/system/default.nix @@ -89,12 +89,12 @@ } ]; }; - hyprland = { - enable = true; - package = pkgs.hyprland; - portalPackage = pkgs.xdg-desktop-portal-hyprland; - withUWSM = true; - }; + # hyprland = { + # enable = true; + # package = pkgs.hyprland; + # portalPackage = pkgs.xdg-desktop-portal-hyprland; + # withUWSM = true; + # }; }; services = {