tangled
alpha
login
or
join now
hyl.st
/
helm
nix config
2
fork
atom
overview
issues
pulls
pipelines
feat: tmux
Anish Lakhwara
9 months ago
8680d23d
f4e53de4
+2
-2
2 changed files
expand all
collapse all
unified
split
home
core
default.nix
profiles
tmux
default.nix
+1
-1
home/core/default.nix
···
4
../profiles/cli
5
../profiles/direnv
6
../profiles/git
7
-
# ../profiles/tmux
8
];
9
home.stateVersion = "22.05";
10
}
···
4
../profiles/cli
5
../profiles/direnv
6
../profiles/git
7
+
../profiles/tmux
8
];
9
home.stateVersion = "22.05";
10
}
+1
-1
home/profiles/tmux/default.nix
···
1
{
2
-
home.file.".tmux.confg".source = ./tmux.conf
3
}
···
1
{
2
+
home.file.".tmux.conf".source = ./tmux.conf;
3
}