EdenQwQ/os/programs/default.nix
2026-05-13 14:25:45 +08:00

16 lines
231 B
Nix

{ inputs, pkgs, ... }:
{
imports = [
./basic.nix
./doas.nix
./niri.nix
./swhkd.nix
./matlab.nix
./tuigreet.nix
# ./cosmic.nix
];
services.displayManager.sessionPackages = [
pkgs.halley
];
}