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