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

34 lines
412 B
Nix
Raw Normal View History

2023-05-19 08:54:35 +02:00
{ pkgs, ... }:
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
./nwg-dock
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
];
2023-05-19 08:54:35 +02:00
environment.systemPackages = with pkgs; [
grim
slurp
wl-clipboard
lnch
wev
swaybg
];
2023-05-18 21:54:15 +02:00
}