This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
johron
/
nix-dots
miroir de
https://github.com/johron/nix-dots
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
0b322827e0
Branches
Tags
master
nix-dots
/
home
/
features
/
desktop
/
hyprland
/
bg
/
default.nix
default.nix
109 B
Historique
Raw
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/hypr/bg.png".source = ./reef.png;
};
};
}