2024-12-30 13:38:14 +01:00

12 lines
172 B
Nix

{ config, pkgs, ... }:
{
# Import all the package modules
imports = [
./1password.nix
./flatpak.nix
./steam.nix
./hyprland.nix
./ghostty.nix
];
}