1
0
forked from extern/nix-config
donovanglover-nix-config/desktop/default.nix

22 lines
267 B
Nix
Raw Normal View History

2023-05-18 21:54:15 +02:00
{
imports = [
2023-05-19 01:12:30 +02:00
./dual-function-keys
2023-05-18 21:54:15 +02:00
./dunst
./fcitx5
2023-05-19 01:12:30 +02:00
./fonts
./gtk
2023-05-18 21:54:15 +02:00
./hyprland
./mozc
2023-05-19 01:12:30 +02:00
./pipewire
2023-05-18 21:54:15 +02:00
./rofi
2023-05-19 01:12:30 +02:00
./stylix
2023-05-18 21:54:15 +02:00
./swaylock
2023-05-19 01:12:30 +02:00
./udiskie
2023-05-18 21:54:15 +02:00
./waybar
./xcursor
2023-05-19 01:12:30 +02:00
./xdg-user-dirs
2023-05-18 21:54:15 +02:00
./xresources
./xserver
];
}