This website requires JavaScript.
Explore
Help
Sign in
erwin
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
1
Pull requests
Projects
1
Releases
Wiki
Activity
Actions
be2e1e5aa3
nixos-config
/
backup
/
modules
/
users
/
default.nix
13 lines
123 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-10-05 23:45:02 +02:00
{
pkgs
,
config
,
lib
,
.
.
.
}:
{
imports
=
[
./applications
./fish
./git
./gpg
./ssh
Initial sway config, some tweaks to base system
2021-10-18 21:45:28 +02:00
./sway
Initial commit
2021-10-05 23:45:02 +02:00
]
;
}
Reference in a new issue
Copy permalink