fix paths after changing directory structure

This commit is contained in:
Anthony Rodriguez 2024-09-05 14:16:39 +02:00
parent b015e39eef
commit a04bbb02cc
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ hostname, username, ... }:
{
sops.defaultSopsFile = ../secrets/secrets.yaml;
sops.defaultSopsFile = ../../secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/home/${username}/.config/sops/age/keys.txt";

View file

@ -3,7 +3,7 @@
{
stylix.enable = true;
stylix.polarity = "dark";
stylix.image = lib.mkDefault ../wallpapers/nix-wallpaper-nineish-catppuccin-frappe.svg;
stylix.image = lib.mkDefault ../../wallpapers/nix-wallpaper-nineish-catppuccin-frappe.svg;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
stylix.autoEnable = true;