This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
johron
/
nix-dots
şunun yansıması
https://github.com/johron/nix-dots
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
0b322827e0
Dallar
Biçim İmleri
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
bg
/
default.nix
default.nix
109 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}