Flatpak doesn't need to be on cli-only systems

This commit is contained in:
Gene Liverman 2024-01-01 13:30:49 -05:00
parent ab1758c1a8
commit 63577aabb9
3 changed files with 17 additions and 11 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, username, ... }: {
{ pkgs, username, ... }: {
imports = [
./hardware-configuration.nix
../../../system/common/linux/flatpaks.nix
];
system.stateVersion = "23.05";