❄️ Dotfiles for our NixOS system configuration.
at master 113 B view raw
1{ config, ... }: 2 3{ 4 config = { 5 services.flatpak.enable = config.settings.profiles.graphical.enable; 6 }; 7}