This website requires JavaScript.
Explore
Help
Sign In
rilla
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b32f7b2c0c
nix-config
/
home
/
hosts
/
capibara.nix
10 lines
116 B
Nix
Raw
Normal View
History
Unescape
Escape
added new echidna (nix instal inside debian container on chrome os)
2023-08-12 15:29:37 +02:00
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
./common.nix
../modules/desktop-river
fix: a few typos
2023-08-12 15:41:11 +02:00
../modules/theming
added new echidna (nix instal inside debian container on chrome os)
2023-08-12 15:29:37 +02:00
]
;
}