mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
be63b23770
Only with the basics for now. I've yet to explore more complex use cases such as the following repos: - https://github.com/GTrunSec/Coding-Dev-Env-With-NixFlake - https://github.com/LavaDesu/flakes This seems nifty feature especially when doing some project spelunking or something.
6 lines
92 B
Nix
6 lines
92 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
with pkgs; {
|
|
flatpak = callPackage ./flatpak.nix { };
|
|
}
|