summaryrefslogblamecommitdiff
path: root/home/wayland/home.nix
blob: 253e4f1262c27a9d67d295e11c21c7312010f894 (plain) (tree)
1
2
3
4
5
6
7
8
9
                


                      
                         
                         
                          
                           
    

                              
         


             



        

                           
 
{ pkgs, ... }: {
  imports = [
    ../common/home.nix
    ./modules/foot.nix
    ./modules/zathura.nix
    ./modules/firefox.nix
    ./modules/mimeapps.nix
    ./modules/sway/home.nix
  ];

  home.packages = with pkgs; [
    wtype
    grim
    slurp
    xdg-utils

    mpv
    imv
    qemu
    element-desktop-wayland
  ];
}