This website requires JavaScript.
Explore
Help
Sign in
matt1432
/
nixos-configs
Watch
1
Star
0
Fork
You've already forked nixos-configs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
feat(ags): add direnv
Browse source
...
This commit is contained in:
matt1432
2024-03-01 01:34:42 -05:00
parent
3cce61c7b0
commit
dbe7d68491
3 changed files
with
8 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download patch file
Download diff file
Expand all files
Collapse all files
flake.nix
6
flake.nix
Unescape
Escape
View file
@ -79,6 +79,12 @@
]
)
)
]
;
}
;
ags
=
pkgs
.
mkShell
{
packages
=
with
pkgs
;
[
nodejs_18
]
;
}
;
}
)
;
}
;
Write
Preview
Loading…
Add table
Rows
Columns
Cancel
OK
Add a link
Url
Description
Hint: With a URL in your clipboard, you can paste directly into the editor to create a link.
Cancel
OK
Cancel
Save
Reference in a new issue
Repository
matt1432/nixos-configs
Title
Body
Create issue