[drew-desktop] Switch to wpaperd

This commit is contained in:
2025-03-31 18:16:07 -07:00
parent bec89ba571
commit a99b91994e
2 changed files with 18 additions and 37 deletions

View File

@@ -1,14 +1,23 @@
{ pkgs, ... }:
{
imports = map (x: ../../../home-manager + x) [
"/features/development/development.nix"
"/features/development/haskell.nix"
"/features/gaming.nix"
"/features/linux-desktop.nix"
"/features/hyprpaper.nix"
"/features/notes.nix"
"/features/eww"
let
monitors = [
"DP-1"
"DP-2"
];
in
{
imports =
map (x: ../../../home-manager + x) [
"/features/development/development.nix"
"/features/development/haskell.nix"
"/features/gaming.nix"
"/features/linux-desktop.nix"
"/features/notes.nix"
"/features/eww"
]
++ [
(import ../../../home-manager/features/wallpaper.nix monitors)
];
home.stateVersion = "24.11";