disable hyprland for now
This commit is contained in:
parent
68e5125b9e
commit
7c9ef445dd
5 changed files with 14 additions and 14 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
colors = {
|
colors = {
|
||||||
scheme = "banana-blueberry";
|
scheme = "kanagawa-dragon";
|
||||||
accent = "base09";
|
accent = "base09";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
mode = {
|
mode = {
|
||||||
width = 3024;
|
width = 3024;
|
||||||
height = 1964;
|
height = 1964;
|
||||||
refresh = 60.000;
|
refresh = 120.000;
|
||||||
};
|
};
|
||||||
position = {
|
position = {
|
||||||
x = 272;
|
x = 272;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland.nix
|
# ./hyprland.nix
|
||||||
./niri.nix
|
./niri.nix
|
||||||
./noctalia.nix
|
./noctalia.nix
|
||||||
./wallpaper.nix
|
./wallpaper.nix
|
||||||
|
|
|
||||||
|
|
@ -595,8 +595,8 @@
|
||||||
|
|
||||||
systemd.user.services.noctalia-shell = {
|
systemd.user.services.noctalia-shell = {
|
||||||
Unit = {
|
Unit = {
|
||||||
After = [ "graphical-session.target" ];
|
After = [ "niri.service" ];
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "niri.service" ];
|
||||||
Description = "Noctalia Shell - Wayland desktop shell";
|
Description = "Noctalia Shell - Wayland desktop shell";
|
||||||
Documentation = "https://docs.noctalia.dev";
|
Documentation = "https://docs.noctalia.dev";
|
||||||
X-Restart-Triggers = [
|
X-Restart-Triggers = [
|
||||||
|
|
@ -611,6 +611,6 @@
|
||||||
Environment = [ "QT_QPA_PLATFORMTHEME=qt6ct" ];
|
Environment = [ "QT_QPA_PLATFORMTHEME=qt6ct" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Install.WantedBy = [ "graphical-session.target" ];
|
Install.WantedBy = [ "niri.service" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
${pkgs.wbg}/bin/wbg -s \
|
${pkgs.wbg}/bin/wbg -s \
|
||||||
%h/.local/share/wallpaper/daily-colored.jpg
|
%h/.local/share/wallpaper/daily-colored.jpg
|
||||||
'';
|
'';
|
||||||
Install.WantedBy = [ "graphical-session.target" ];
|
Install.WantedBy = [ "niri.service" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.bing-wallpaper = {
|
systemd.user.services.bing-wallpaper = {
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
Service.ExecStartPost = "${pkgs.systemd}/bin/systemctl --user start gowall-convert.service";
|
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 = {
|
systemd.user.timers.bing-wallpaper = {
|
||||||
|
|
|
||||||
|
|
@ -89,12 +89,12 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
hyprland = {
|
# hyprland = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
package = pkgs.hyprland;
|
# package = pkgs.hyprland;
|
||||||
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
# portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||||
withUWSM = true;
|
# withUWSM = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue