nixos-pinephone-getting-sta.../modules/default.nix

13 lines
177 B
Nix

{ ... }:
{
imports = [
./hardware.nix
./home-manager.nix
./phosh.nix
./users.nix
];
system.stateVersion = "22.05";
nixpkgs.config.allowUnfree = true;
}