attempt oren update to latest style

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-22 00:12:27 -05:00
parent 303afdceb6
commit ef1eb99b46
14 changed files with 730 additions and 834 deletions

View file

@ -1,22 +1,8 @@
{
osConfig,
lib,
...
}:
let
ccfg = import ../../../config.nix;
cfg_path = [
ccfg.custom_config_key
"desktopEnvironment"
"hyprland"
];
cfg = lib.attrsets.getAttrFromPath cfg_path osConfig;
in
{
config = {
services.hyprpaper = {
enable = true;
settings = cfg.hyprpaperSettings;
};
services.hyprpaper = {
enable = true;
};
}