10 lines
103 B
Nix
10 lines
103 B
Nix
{ config, lib, pkgs, ... }: {
|
|
|
|
imports = [
|
|
./hyprland
|
|
./ags
|
|
./steam
|
|
];
|
|
}
|
|
|