This website requires JavaScript.
Explore
Help
Sign in
florian.richer
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b86a8b50c7
nixos
/
modules
/
home
/
default.nix
11 lines
85 B
Nix
Raw
Normal View
History
Unescape
Escape
First work
2024-05-27 22:23:32 +02:00
{
config
,
pkgs
,
.
.
.
}:
Begin stabilize system module
2024-05-25 23:51:37 +02:00
{
First work
2024-05-27 22:23:32 +02:00
imports
=
[
./apps
./desktop
./shell
]
;
Begin implement home
2024-05-26 01:10:42 +02:00
}
Reference in a new issue
Copy permalink