Add Sway as backup WM
This commit is contained in:
parent
623e014b69
commit
72b28d88d2
4 changed files with 7 additions and 6 deletions
|
|
@ -9,7 +9,8 @@ let
|
|||
"https://raw.githubusercontent.com/AngelJumbo/gruvbox-wallpapers/main/wallpapers/irl/houseonthesideofalake.jpg";
|
||||
sha256 = "sha256-obKI4qZvucogqRCl51lwV9X8SRaMqcbBwWMfc9TupIo=";
|
||||
};
|
||||
in {
|
||||
in
|
||||
{
|
||||
|
||||
options.modules.desktop = {
|
||||
wallpaper = mkOption {
|
||||
|
|
@ -18,7 +19,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = mkIf config.modules.desktop.hyprland.enable {
|
||||
config = mkIf config.modules.desktop.wm.enable {
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs.unstable; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue