mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-25 17:37:18 +08:00
put xmonad and taffy under desktopish
This commit is contained in:
parent
48659e786d
commit
e637fcc728
34 changed files with 5 additions and 2 deletions
|
|
@ -1,10 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
# Isolated features
|
||||
./hidpi.nix
|
||||
./swap-caps-ctrl.nix
|
||||
./light-terminal.nix
|
||||
./screencapture.nix
|
||||
./fonts.nix
|
||||
./touchpad-trackpoint.nix
|
||||
|
||||
# WMish things
|
||||
./xmonad
|
||||
./taffybar
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,9 +23,7 @@
|
|||
# ./features/virtualization.nix
|
||||
./features/email
|
||||
./features/monitor-brightness.nix
|
||||
./features/xmonad
|
||||
./features/desktopish
|
||||
./features/taffybar
|
||||
|
||||
# HACK: This should really go under ./features/email
|
||||
({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue