This website requires JavaScript.
Explore
Help
Sign In
alyraffauf
/
nixcfg
Watch
1
Star
0
Fork
You've already forked nixcfg
0
mirror of
https://github.com/alyraffauf/nixcfg.git
synced
2024-11-22 18:23:54 -05:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
db8905fd6b
nixcfg
/
nixosModules
/
apps
/
default.nix
6 lines
69 B
Nix
Raw
Normal View
History
Unescape
Escape
programs -> apps to avoid collisions with nixpkgs
2024-03-28 16:36:10 -04:00
{
pkgs
,
lib
,
config
,
.
.
.
}:
{
imports
=
[
./flatpak
./steam
]
;
code cleanup with nixfmt
2024-03-28 16:40:23 -04:00
}
Reference in a new issue
Copy permalink