Anthony Rodriguez
8358a2ba12
commitfce8d778d5
Author: Anthony Rodriguez <anthony@nezia.dev> Date: Thu Nov 21 09:49:00 2024 +0100 treewide: add waybar configuration commit858431bc35
Author: Anthony Rodriguez <anthony@nezia.dev> Date: Thu Nov 21 09:48:51 2024 +0100 system/programs/fonts: add nerd fonts symbols only commit8a225b4763
Author: Anthony Rodriguez <anthony@nezia.dev> Date: Thu Nov 21 09:47:00 2024 +0100 modules: add a theme enable option
9 lines
334 B
Nix
9 lines
334 B
Nix
{pkgs, ...}: {
|
|
theme = {
|
|
enable = true;
|
|
wallpaper = pkgs.fetchurl {
|
|
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true";
|
|
hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4=";
|
|
};
|
|
};
|
|
}
|