Files
nix/modules/nixos/programs/default.nix

10 lines
105 B
Nix
Raw Normal View History

{...}: {
imports = [
2024-05-04 14:08:42 -03:00
./nh
2024-04-10 13:12:23 -03:00
./hyprland.nix
2024-04-18 10:43:47 -03:00
./steam.nix
];
options = {};
config = {};
}