This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
johron
/
nix-dots
mirror da
https://github.com/johron/nix-dots
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
7aa7ef4d03
Rami (Branch)
Tag
master
nix-dots
/
home
/
features
/
application
/
fish
/
default.nix
default.nix
117 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/fish/config.fish".source = ./config.fish;
};
};
}