tangled
alpha
login
or
join now
suri.codes
/
nyx
0
fork
atom
my NixOS and nix-darwin config
0
fork
atom
overview
issues
pulls
pipelines
stuff
suri.codes
2 weeks ago
da2770b0
c534b5a9
verified
This commit was signed with the committer's
known signature
.
suri.codes
SSH Key Fingerprint:
SHA256:rTPBPZZoiphDQQwY84AnrZ0gDJZHX9UX/wNGUAU15Sc=
+15
-24
4 changed files
expand all
collapse all
unified
split
flake.lock
hosts
Daedalus
default.nix
modules
home
tools
default.nix
helix
default.nix
+12
-12
flake.lock
reviewed
···
7
7
]
8
8
},
9
9
"locked": {
10
10
-
"lastModified": 1772379624,
11
11
-
"narHash": "sha256-NG9LLTWlz4YiaTAiRGChbrzbVxBfX+Auq4Ab/SWmk4A=",
10
10
+
"lastModified": 1773000227,
11
11
+
"narHash": "sha256-zm3ftUQw0MPumYi91HovoGhgyZBlM4o3Zy0LhPNwzXE=",
12
12
"owner": "LnL7",
13
13
"repo": "nix-darwin",
14
14
-
"rev": "52d061516108769656a8bd9c6e811c677ec5b462",
14
14
+
"rev": "da529ac9e46f25ed5616fd634079a5f3c579135f",
15
15
"type": "github"
16
16
},
17
17
"original": {
···
26
26
"rust-overlay": "rust-overlay"
27
27
},
28
28
"locked": {
29
29
-
"lastModified": 1772653894,
30
30
-
"narHash": "sha256-/8hQLVH3X7I6Rr62V2cL01NkLYh3YHJ6kZB2fY6IysE=",
29
29
+
"lastModified": 1773763225,
30
30
+
"narHash": "sha256-/GslbXrUDZHlphF16EMf5X5XyW+fgsTFIew8RWx0kOY=",
31
31
"owner": "helix-editor",
32
32
"repo": "helix",
33
33
-
"rev": "51ec572a27a8c1267afbc07e6c1583585c6363dc",
33
33
+
"rev": "510edb5d65e09309a5b2664110ed45cee993f964",
34
34
"type": "github"
35
35
},
36
36
"original": {
···
46
46
]
47
47
},
48
48
"locked": {
49
49
-
"lastModified": 1772985285,
50
50
-
"narHash": "sha256-wEEmvfqJcl9J0wyMgMrj1TixOgInBW/6tLPhWGoZE3s=",
49
49
+
"lastModified": 1773935367,
50
50
+
"narHash": "sha256-+RjULqqbCYmOJG+99pNqEGRJV7bX8DYPbxKUhKWFKsI=",
51
51
"owner": "nix-community",
52
52
"repo": "home-manager",
53
53
-
"rev": "5be5d8245cbc7bc0c09fbb5f38f23f223c543f85",
53
53
+
"rev": "a7ec5440474cdcc9939cc67c320f01aea0a2f195",
54
54
"type": "github"
55
55
},
56
56
"original": {
···
77
77
},
78
78
"nixpkgs_2": {
79
79
"locked": {
80
80
-
"lastModified": 1772773019,
81
81
-
"narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=",
80
80
+
"lastModified": 1773821835,
81
81
+
"narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=",
82
82
"owner": "nixos",
83
83
"repo": "nixpkgs",
84
84
-
"rev": "aca4d95fce4914b3892661bcb80b8087293536c6",
84
84
+
"rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0",
85
85
"type": "github"
86
86
},
87
87
"original": {
+1
hosts/Daedalus/default.nix
reviewed
···
53
53
"GrandPerspective"
54
54
"skim"
55
55
"kicad"
56
56
+
"wispr-flow"
56
57
# "blender"
57
58
];
58
59
masApps = {
+1
modules/home/tools/default.nix
reviewed
···
22
22
23
23
home.packages = with pkgs; [
24
24
spicetify-cli
25
25
+
devenv
25
26
26
27
zoxide
27
28
eza
+1
-12
modules/home/tools/helix/default.nix
reviewed
···
24
24
programs.helix = {
25
25
enable = true;
26
26
# building helix from source
27
27
-
# package = helix.packages.${pkgs.system}.default;
27
27
+
package = helix.packages.${pkgs.system}.default;
28
28
defaultEditor = true;
29
29
extraPackages = with pkgs; [
30
30
-
gopls
31
30
nil
32
32
-
texlab
33
31
taplo
34
34
-
lua-language-server
35
35
-
haskell-language-server
36
36
-
typescript-language-server
37
37
-
svelte-language-server
38
38
-
tailwindcss-language-server
39
39
-
tinymist
40
40
-
ltex-ls
41
32
nixd
42
33
markdown-oxide
43
43
-
fourmolu
44
44
-
ruff
45
34
harper
46
35
];
47
36