summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/desktop/default.nix
blob: a69315f9deefb2024e15e2fd386948030471cc54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ pkgs, ... }:
{
  imports = [
    ./hyprland
    ./waybar
    ./clipboard.nix
    ./mako.nix
    ./screenshot.nix
    ./wlogout.nix
  ];

  home.packages = with pkgs; [
    gammastep
    wlr-randr
    ydotool
    swappy
    swww
    rofi-wayland
    hyprpicker
    rofi-emoji
    (pkgs.callPackage ../../../../pkgs/swaddle.nix { })
    showmethekey
    brightnessctl
    bibata-cursors
    xorg.xlsclients
    libnotify
  ];
}