This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
johron
/
nix-dots
zrkadlo
https://github.com/johron/nix-dots
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
b51e5bf190
Branche
Tagy
master
nix-dots
/
home
/
features
/
application
/
fish
/
default.nix
default.nix
117 B
História
Raw
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:
{
home = {
file = {
".config/fish/config.fish".source = ./config.fish;
};
};
}