disable hyprland for now

This commit is contained in:
Sean Kovacs 2026-03-01 19:48:40 -05:00
commit 7c9ef445dd
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
imports = [
./hyprland.nix
# ./hyprland.nix
./niri.nix
./noctalia.nix
./wallpaper.nix

View file

@ -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" ];
};
}

View file

@ -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 = {