This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
f9d328f9eb
nixos
/
home
/
packages
/
default.nix
9 lines
62 B
Nix
Raw
Normal View
History
Unescape
Escape
Further restructuring, set up default.nix files to allow importing all common expressions by importing top level packages directory
2023-03-29 14:57:58 +01:00
{
.
.
.
}:
{
imports
=
[
./env
Move common package options into common.nix files, all files include common, all common include parent directory common. default.nix now includes everything in respective directories
2023-04-12 13:18:03 +01:00
./gui
Remove gui from default packages, add initial config for laptop, temp add sway config to be converted to nix
2023-04-11 07:57:02 +01:00
./tui
Further restructuring, set up default.nix files to allow importing all common expressions by importing top level packages directory
2023-03-29 14:57:58 +01:00
]
;
}
Reference in a new issue
Copy permalink