This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
johron
/
nix-dots
peilaus alkaen
https://github.com/johron/nix-dots
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Puu:
0b322827e0
Haarat
Tunnisteet
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
bg
/
default.nix
default.nix
109 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}