This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
johron
/
nix-dots
oglindă de
https://github.com/johron/nix-dots
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
7aa7ef4d03
Ramuri
Etichete
master
nix-dots
/
home
/
features
/
application
/
fish
/
default.nix
default.nix
117 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/fish/config.fish".source = ./config.fish;
};
};
}