diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-01 22:59:32 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-02 09:25:51 +0530 |
commit | 06d4452b1d18fd60b0f6adae50992418053f3971 (patch) | |
tree | fef36f1b8286730790dbfe2457fcd51c26e7bb81 /modules/wayland.nix | |
parent | 444e2a8fb85d61e3768ae7f0ea07f2a79f69b775 (diff) |
repo: clean up, rearrange packages
Diffstat (limited to 'modules/wayland.nix')
-rw-r--r-- | modules/wayland.nix | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/modules/wayland.nix b/modules/wayland.nix index 0c622c7..17b9279 100644 --- a/modules/wayland.nix +++ b/modules/wayland.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: { imports = [ ./seatd.nix ]; @@ -6,29 +6,31 @@ # pkgs environment.systemPackages = with pkgs; [ dwl-sinan - zathura + wmenu-sinan pinentry-gnome - mpv - qemu - OVMFFull - element-desktop swaylock swayidle swaybg foot - grim - slurp wl-clipboard - wmenu-sinan mako wayland xdg-utils - imv libnotify wob wlr-randr - tor-browser-bundle-bin + ]; + users.users.${config.passthru.user}.packages = with pkgs; [ + zathura + mpv + imv wtype + tor-browser-bundle-bin + qemu + OVMFFull + element-desktop + grim + slurp ]; # font |