wallpapers

This commit is contained in:
Matt Nish-Lapidus 2025-03-17 12:40:44 -04:00
parent a0e699dbd2
commit 1ad3c2f4e2
10 changed files with 13 additions and 9 deletions

6
flake.lock generated
View file

@ -70,11 +70,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1742203058, "lastModified": 1742228686,
"narHash": "sha256-YMy01dURXhxyjx2W+Dv83b2RRnNq28K4t4+kvrRxFto=", "narHash": "sha256-5Rg4Ew3RePdKDuBS2vHW08chCXNLTzzrbLe1JPWvKgI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "7a9a25389a6ad9402f9aa5087ccb36f8383045a8", "rev": "d706c55c58c012dc917be46b9f973b048ea4cb53",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -0,0 +1,5 @@
[default]
mode = "center"
[any]
path = "/home/emenel/.local/wallpapers/crt1.jpg"

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -143,6 +143,8 @@
protonup protonup
mangohud mangohud
dualsensectl.out dualsensectl.out
wpaperd
]) ])
]; ];
@ -203,6 +205,9 @@
}; };
}; };
xgd.configFile."wpaperd/config.toml".source = ../../homes/emenel/dotfiles/dot_config/wpaperd/config.toml;
home.file.".local/wallpapers".source = ../../homes/emenel/dotfiles/dot_config/wpaperd/wallpapers;
xdg.desktopEntries = { xdg.desktopEntries = {
isd = { isd = {
name = "isd (interactive systemd)"; name = "isd (interactive systemd)";

View file

@ -1,10 +1,4 @@
self: super: { self: super: {
# linuxPackages = super.linuxPackages.extend (lpself: lpsuper: {
# openrazer = super.linuxPackages.openrazer.overrideAttrs (old: {
# });
# });
openrazer-daemon = super.openrazer-daemon.overrideAttrs (old: { openrazer-daemon = super.openrazer-daemon.overrideAttrs (old: {
version = "master"; version = "master";
src = super.fetchFromGitHub { src = super.fetchFromGitHub {