This website requires JavaScript.
Explore
Help
Sign In
sam
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
328438e8ec
nixos
/
home
/
common
/
core
/
default.nix
7 lines
75 B
Nix
Raw
Normal View
History
Unescape
Escape
fixed sam home zsh issue
2024-05-17 10:54:53 +01:00
{
config
,
lib
,
pkgs
,
outputs
,
.
.
.
}:
refactor for adding new hosts
2024-05-13 22:17:40 +01:00
{
imports
=
[
fixed sam home zsh issue
2024-05-17 10:54:53 +01:00
./zsh.nix
refactor for adding new hosts
2024-05-13 22:17:40 +01:00
]
;
}