https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ pkgs ? import <nixpkgs> { }, }: let nixppuccin = pkgs.fetchurl { url = "https://user.fm/files/v2-3834da30df507c4ba97a551571e98e33/nixppuccin.png"; hash = "sha256-dwM+Wi2gse7Eu4f/suU2BsVACPHMfSaXYOpZPqx6/SQ="; }; in { username = "jolheiser"; wallpaper = "${nixppuccin}"; catppuccin = { flavor = "mocha"; accent = "lavender"; }; }