diff --git a/configuration.nix b/configuration.nix index 6f16619..f1a4cc7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -178,6 +178,7 @@ # dev rustup python3 + python312Packages.pip nodejs gccgo14 go @@ -237,7 +238,7 @@ vesktop pacman wf-recorder - + qbittorrent ]; security = { diff --git a/modules/home/home.nix b/modules/home/home.nix index 2203632..d42fd33 100644 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -22,6 +22,7 @@ ".wp/bg.png".source = ./raw/wp/bg.png; ".wp/wolf.png".source = ./raw/wp/wolf.png; ".wp/nixos_dark.png".source = ./raw/wp/nixos_dark.png; + ".wp/GABE_Windows.png".source = ./raw/wp/GABE_Windows.png; }; }; } diff --git a/modules/home/raw/wp/GABE_Windows.png b/modules/home/raw/wp/GABE_Windows.png new file mode 100644 index 0000000..babfabd Binary files /dev/null and b/modules/home/raw/wp/GABE_Windows.png differ