This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
johron
/
nix-dots
kopia lustrzana
https://github.com/johron/nix-dots
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
6cba6ee93b
Gałęzie
Tagi
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
theming
/
bg.nix
bg.nix
109 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}