Update gnome-conf

This commit is contained in:
iFargle 2023-08-23 14:47:29 +09:00
parent 658406a062
commit 8f38c6714f

View file

@ -1,5 +1,5 @@
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix # Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ lib, ... }: with lib.hm.gvariant; { lib, username, ... }: with lib.hm.gvariant;
let let
# Day Variant # Day Variant
day-wallpaper = "file:///etc/nixos/git/wallpapers/gruvbox/wallpaper10.jpg"; day-wallpaper = "file:///etc/nixos/git/wallpapers/gruvbox/wallpaper10.jpg";
@ -20,7 +20,7 @@ in {
# Gnome DCONF Settings # Gnome DCONF Settings
dconf.settings = { dconf.settings = {
"apps/seahorse/listing" = { "apps/seahorse/listing" = {
keyrings-selected = [ "openssh:///home/albert/.ssh" ]; keyrings-selected = [ "openssh:///home/${username}/.ssh" ];
}; };
"org/gnome/GWeather4" = { "org/gnome/GWeather4" = {