Skip to content

Commit

Permalink
feat(nix): use my own wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Apr 3, 2024
1 parent 5e0b78b commit 78345ec
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
34 changes: 33 additions & 1 deletion nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
url = "github:kamadorueda/alejandra/3.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};

wallpapers-nix = {
url = "github:sbulav/wallpapers-nix";
};
};

outputs = inputs: let
Expand Down
2 changes: 1 addition & 1 deletion nix/modules/nixos/desktop/addons/regreet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ in {

settings = {
background = {
path = /home/sab/Pictures/wallpaper.png;
path = wallpaper;
fit = "Cover";
};
GTK = {
Expand Down
2 changes: 1 addition & 1 deletion nix/systems/x86_64-linux/nz/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{pkgs, ...}: {
imports = [./hardware-configuration.nix];
wallpaper = "${pkgs.wallpapers-nix}/share/wallpapers/catppuccin/05.png";

# Enable Bootloader
system.boot.efi.enable = true;
Expand Down

0 comments on commit 78345ec

Please sign in to comment.