Menno van Leeuwen 4e28e5cbb0
All checks were successful
Nix Format Check / check-format (push) Successful in 37s
Removes, kitty, waybar, hyprland and all it's other side apps required to make that useful
2025-01-15 16:20:32 +01:00

9 lines
119 B
Nix

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