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.
326be5ceee
nil
/
modules
/
system
/
default.nix
2 lines
76 B
Nix
Raw
Normal View
History
Unescape
Escape
Added flatpak I would like to get this a little simpler so you don't have to manually add the remote. But this is pretty trivial to do. I'll revisit this later.
2021-12-14 06:06:17 +00:00
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
./gtk.nix
./xdg.nix
./flatpak.nix
]
;
}
Reference in New Issue
Copy Permalink