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
/
qemu.nix
7 lines
89 B
Nix
Raw
Normal View
History
Unescape
Escape
Move home configs inside home directory, add some more integrations, add chat apps and steam
2023-03-28 19:54:01 +01:00
{
pkgs
,
.
.
.
}:
{
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
imports
=
[
./common.nix
]
;
home
.
packages
=
with
pkgs
;
[
qemu
]
;
Move home configs inside home directory, add some more integrations, add chat apps and steam
2023-03-28 19:54:01 +01:00
}
Reference in a new issue
Copy permalink