This website requires JavaScript.
Explore
Help
Sign In
james
/
nil
Archived
Watch
1
Star
0
Fork
0
You've already forked nil
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-08-08
. You can view files and clone it, but cannot push or open issues or pull requests.
37ed8ddf85
nil
/
modules
/
applications
/
default.nix
4 lines
93 B
Nix
Raw
Normal View
History
Unescape
Escape
Adding defaults targets
2021-12-13 06:13:05 +00:00
{
config
,
pkgs
,
.
.
.
}:
{
Added flags to all applications
2021-12-14 05:24:26 +00:00
imports
=
[
./sway
./emacs.nix
./firefox.nix
./nextcloud.nix
]
;
Adding defaults targets
2021-12-13 06:13:05 +00:00
}
Reference in New Issue
Copy Permalink