This website requires JavaScript.
Explore
Help
Sign in
jahanson
/
nix-config-tn
Archived
Watch
1
Star
0
Fork
You've already forked nix-config-tn
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2024-07-08
. You can view files and clone it, but cannot push or open issues or pull requests.
9786bc9cd6
nix-config-tn
/
nixos
/
home
/
truxnell
/
server.nix
8 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
chore: refactor home-manager (#43) * docs: add better comments * add deploy-rs * wip * hackz * chore: make gc daily * chore: add --fast for haxing * fix: re-did home-manager * hax * hack * fix: re-factor homemanager for garnix? --------- Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
2024-03-30 19:37:57 -05:00
{
lib
,
pkgs
,
self
,
config
,
.
.
.
}:
with
config
;
feat: add firefox
2024-03-31 05:40:20 -05:00
{
imports
=
[
./global.nix
]
;
}
Reference in a new issue
Copy permalink