Update gnome-conf
This commit is contained in:
parent
658406a062
commit
8f38c6714f
1 changed files with 2 additions and 2 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue