Menno van Leeuwen 7a1d88476e
All checks were successful
Nix Format Check / check-format (push) Successful in 40s
adds hyprland wd with required stuff
2024-12-23 14:08:09 +01:00

11 lines
154 B
Nix

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