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ç:
7aa7ef4d03
Dallar
Biçim İmleri
master
nix-dots
/
home
/
features
/
application
/
fish
/
default.nix
default.nix
117 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/fish/config.fish".source = ./config.fish;
};
};
}