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:
7aa7ef4d03
Branches
Tags
master
nix-dots
/
home
/
features
/
application
/
fish
/
default.nix
default.nix
117 B
Historique
Raw
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/fish/config.fish".source = ./config.fish;
};
};
}