Skip to content

Commit 3f5f50b

Browse files
committed
feat(home): add dev modules to WSL home-manager configuration
1 parent b9bb37b commit 3f5f50b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

home/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
hostName = "WSL";
3737
system = "x86_64-linux";
3838
inherit class;
39-
additionalModules = [(inputs.import-tree ./tty)];
39+
additionalModules = [
40+
(inputs.import-tree ./tty)
41+
(inputs.import-tree ./dev)
42+
];
4043
};
4144

4245
colima = mkCfg {

0 commit comments

Comments
 (0)