This website requires JavaScript.
Explore
Help
Register
Sign In
balsoft
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Releases
Wiki
Activity
1c71d13756
nixos-config
/
profiles
/
applications
/
himalaya.nix
4 lines
90 B
Nix
Raw
Normal View
History
Unescape
Escape
Refactor support.nix to be lib
2021-05-25 15:04:21 +04:00
{
config
,
pkgs
,
inputs
,
lib
,
.
.
.
}:
{
Update
2022-11-17 21:23:48 +04:00
environment
.
systemPackages
=
[
pkgs
.
himalaya
]
;
Refactor support.nix to be lib
2021-05-25 15:04:21 +04:00
}
Copy Permalink