This website requires JavaScript.
Explore
Help
Sign In
genofire
/
nix
Watch
1
Star
1
Fork
You've already forked nix
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
f7bc43fce0
nix
/
home
/
console.nix
9 lines
89 B
Nix
Raw
Normal View
History
Unescape
Escape
home: add for console
2021-10-25 14:44:07 +02:00
{
pkgs
,
.
.
.
}:
{
home: easier import
2021-12-13 22:49:23 +01:00
imports
=
[
./default.nix
]
;
home: add for console
2021-10-25 14:44:07 +02:00
home
.
packages
=
with
pkgs
;
[
poezio
]
;
}