summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/desktop/default.nix
blob: 0db5e79c2d82bc99e56e372fa5b8351bdbe9d1be (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
29
{ pkgs, inputs, ... }:
{
  imports = [
    ./hyprland
    ./waybar
    ./clipboard.nix
    ./mako.nix
    ./rofi.nix
    ./screenshot.nix
    ./wlogout.nix
  ];

  home.packages = with pkgs; [
    gammastep
    wlr-randr
    ydotool
    swappy
    swww
    hyprpicker
    inputs.tsutsumi.packages.${pkgs.system}.swaddle
    showmethekey
    brightnessctl
    bibata-cursors
    xorg.xlsclients
    libnotify
    wayneko
    activate-linux
  ];
}