This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
johron
/
nix-dots
oglindă de
https://github.com/johron/nix-dots
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
5e9e5653cf
Ramuri
Etichete
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
theming
/
bg.nix
bg.nix
109 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}