This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
johron
/
nix-dots
zrcadlo
https://github.com/johron/nix-dots
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
0b322827e0
Větve
Značky
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
bg
/
default.nix
default.nix
109 B
Historie
Surový
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}