tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat: fish stuff
devins.page
2 months ago
f0425f48
59b3f651
+11
1 changed file
expand all
collapse all
unified
split
modules
users
devin.nix
+11
modules/users/devin.nix
···
32
32
gh
33
33
git
34
34
just
35
35
+
lazygit
35
36
nh
36
37
nixd
37
38
packwiz
···
73
74
fastfetch
74
75
set fish_greeting
75
76
'';
77
77
+
plugins = [
78
78
+
{
79
79
+
name = "fzf-fish";
80
80
+
src = pkgs.fishPlugins.fzf-fish.src;
81
81
+
}
82
82
+
{
83
83
+
name = "grc";
84
84
+
src = pkgs.fishPlugins.grc.src;
85
85
+
}
86
86
+
];
76
87
};
77
88
78
89
git = {