[drew-desktop] Switch to wpaperd
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user