Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit b93a32b7ef - Show all commits

View file

@ -1,8 +1,8 @@
{ pkgs, lib, inputs, ... }:
let
picture-uri = if builtins.hasAttr "wallpaper" inputs.secrets.assets
then inputs.secrets.assets.wallpaper
picture-uri = if builtins.hasAttr "wallpaper" inputs.secrets.paths
then inputs.secrets.paths.wallpaper
else ../../../../../assets/wallpaper.jpg;
in{
dconf.settings = {