tangled
alpha
login
or
join now
jaspermayone.com
/
dots
0
fork
atom
@jaspermayone.com's dotfiles
0
fork
atom
overview
issues
pulls
pipelines
add try ephemeral workspace manager
jaspermayone.com
1 month ago
716a67bc
7be10775
+12
2 changed files
expand all
collapse all
unified
split
flake.nix
home
default.nix
+4
flake.nix
···
58
58
url = "github:jaspermayone/strings";
59
59
inputs.nixpkgs.follows = "nixpkgs";
60
60
};
61
61
+
62
62
+
try = {
63
63
+
url = "github:tobi/try";
64
64
+
};
61
65
};
62
66
63
67
outputs =
+8
home/default.nix
···
6
6
lib,
7
7
hostname,
8
8
isDarwin,
9
9
+
inputs,
9
10
...
10
11
}:
11
12
···
16
17
../modules/ssh.nix
17
18
../modules/git.nix
18
19
../modules/configs.nix
20
20
+
inputs.try.homeManagerModules.default
19
21
];
20
22
21
23
home.stateVersion = "24.05";
···
67
69
enable = true;
68
70
enableZshIntegration = true;
69
71
nix-direnv.enable = true;
72
72
+
};
73
73
+
74
74
+
# Try - ephemeral workspace manager
75
75
+
programs.try = {
76
76
+
enable = true;
77
77
+
path = "~/dev/tries";
70
78
};
71
79
72
80
# Alacritty terminal