This website requires JavaScript.
Explore
Help
Sign In
gebner
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d0740204a8
nixos-config
/
common.nix
11 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Refactoring common parts.
2015-05-21 14:13:47 +00:00
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
Extract headless common configuration.
2017-07-23 14:09:52 +00:00
./common-headless.nix
Switch to i3.
2015-05-27 16:52:02 +00:00
./i3.nix
Refactoring common parts.
2015-05-21 14:13:47 +00:00
]
;
}
Reference in New Issue
Copy Permalink