mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-18 05:17:54 +08:00
15 lines
246 B
Nix
15 lines
246 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
# Isolated features
|
|
./hidpi.nix
|
|
./swap-caps-ctrl.nix
|
|
./light-terminal.nix
|
|
./screencapture.nix
|
|
./fonts.nix
|
|
./touchpad-trackpoint.nix
|
|
|
|
# WMish things
|
|
./xmonad
|
|
./taffybar
|
|
];
|
|
}
|