This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
johron
/
nix-dots
kopia lustrzana
https://github.com/johron/nix-dots
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
7aa7ef4d03
Gałęzie
Tagi
master
nix-dots
/
home
/
features
/
application
/
fish
/
default.nix
default.nix
117 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/fish/config.fish".source = ./config.fish;
};
};
}