This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
johron
/
nix-dots
mirror da
https://github.com/johron/nix-dots
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
6cba6ee93b
Rami (Branch)
Tag
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
theming
/
bg.nix
bg.nix
109 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}