mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
16 lines
231 B
Nix
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
|
|
];
|
|
}
|