This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
johron
/
nix-dots
zrkadlo
https://github.com/johron/nix-dots
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
0b322827e0
Branche
Tagy
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
bg
/
default.nix
default.nix
109 B
História
Raw
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}