mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
16 lines
304 B
Nix
16 lines
304 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
# Isolated features
|
|
./hidpi.nix
|
|
./swap-caps-ctrl.nix
|
|
./light-terminal.nix
|
|
./screencapture.nix
|
|
./fonts.nix
|
|
./touchpad-trackpoint.nix
|
|
./autolock.nix
|
|
|
|
# WMish things
|
|
./xmonad
|
|
# ./taffybar # Disabled, because it rarely works
|
|
];
|
|
}
|