This website requires JavaScript.
Explore
Help
Sign in
evar
/
nix-templates
Watch
1
Star
0
Fork
You've already forked nix-templates
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2e7fe703c8
nix-templates
/
home
/
work
/
default.nix
13 lines
126 B
Nix
Raw
Normal View
History
Unescape
Escape
home-manager: inital commit
2025-06-25 01:35:01 -04:00
{
home: include tools from main nix config, only include pulumi-bin on work config
2025-06-25 04:02:29 -04:00
pkgs
,
.
.
.
}
:
{
home-manager: inital commit
2025-06-25 01:35:01 -04:00
imports
=
[
./xfreerdp.nix
home: add home flake, decentralize git username config
2025-06-25 03:54:37 -04:00
./git.nix
home-manager: inital commit
2025-06-25 01:35:01 -04:00
]
;
home: include tools from main nix config, only include pulumi-bin on work config
2025-06-25 04:02:29 -04:00
home
.
packages
=
with
pkgs
;
[
pulumi-bin
]
;
home-manager: inital commit
2025-06-25 01:35:01 -04:00
}
Reference in a new issue
Copy permalink