From 84073038e22d3201ac0176a94527c040bb153e9e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 4 Jun 2024 14:08:26 +0530 Subject: home, os: move user pkgs to home --- home/wayland/home.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'home/wayland/home.nix') diff --git a/home/wayland/home.nix b/home/wayland/home.nix index 98053c7..a7d2186 100644 --- a/home/wayland/home.nix +++ b/home/wayland/home.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ pkgs, ... }: { imports = [ ../common/home.nix ./modules/foot.nix @@ -7,4 +7,15 @@ ./modules/mimeapps.nix ./modules/sway/home.nix ]; + + home.packages = with pkgs; [ + mpv + imv + wtype + qemu + grim + slurp + xdg-utils + element-desktop-wayland + ]; } -- cgit v1.2.3