fix paths after changing directory structure
This commit is contained in:
parent
b015e39eef
commit
a04bbb02cc
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue