https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{ 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"; }; git = { username = "jolheiser"; email = "git@jolheiser.com"; sshKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAUxLwkJOlalAHTdkbh+m49XTZGKDqWz1o/o8OLmtQdX"; }; }