diff --git a/flake.nix b/flake.nix index 7688417..c204027 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,8 @@ }; })); #background = ./GitS_other_alley_zoom.png; - background = ./GitS_alley_to_water_zoom.png; + #background = ./GitS_alley_to_water_zoom.png; + background = ./waneella/Destination_waneella.png; homeManagerSharedModule = { home-manager.useGlobalPkgs = true; home-manager.users.nathan = ((import ./home-manager/home.nix) { username = "nathan"; homeDirectory = "/home/nathan"; backgroundImg = background; email = "miloignis@gmail.com"; }); diff --git a/home-manager/home.nix b/home-manager/home.nix index 2b63f3f..fafd8ae 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -96,11 +96,11 @@ programs.niri.settings = { prefer-no-csd = true; # TV at 1080 instead of 4k - #outputs."DP-4".mode = { - # width = 1920; - # height = 1080; - # refresh = 60.000; - #}; + outputs."DP-4".mode = { + width = 1920; + height = 1080; + refresh = 60.000; + }; input.keyboard.xkb = { options = "ctrl:nocaps"; }; diff --git a/waneella/Destination_waneella.gif b/waneella/Destination_waneella.gif new file mode 100644 index 0000000..b07161c Binary files /dev/null and b/waneella/Destination_waneella.gif differ diff --git a/waneella/Destination_waneella.png b/waneella/Destination_waneella.png new file mode 100644 index 0000000..588215b Binary files /dev/null and b/waneella/Destination_waneella.png differ