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
54ca515cb6
nixos
/
home
/
env
/
default.nix
11 lines
92 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
=
[
Set fish as default shell, set home-manager to manage bash, zsh and fish configs
2023-03-29 15:38:01 +01:00
./bash.nix
./zsh.nix
./fish.nix
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
./qemu.nix
]
;
}
Reference in a new issue
Copy permalink