test
This commit is contained in:
parent
9f26a0f9ff
commit
cd417f791a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ hostname, username, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./gnome-conf.nix
|
./gnome-conf.nix
|
||||||
# ./gnome-terminal-conf.nix
|
# ./gnome-terminal-conf.nix
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
||||||
{ lib, username, ... }: with lib.hm.gvariant;
|
{ lib, hostname, 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";
|
||||||
|
|
Loading…
Reference in a new issue