Menno van Leeuwen dfff773f7e
All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
moves various things to home manager
2025-01-02 00:59:22 +01:00

9 lines
118 B
Nix

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