some wayland changes

- pcmanfm-qt
- install some nwg stuff
This commit is contained in:
NullBite 2024-02-29 20:05:56 -05:00
parent 4a718a6bef
commit 9ae057ee36
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 13 additions and 3 deletions

View File

@ -15,13 +15,23 @@ in
qt.platformTheme = "qtct";
qt.style.name = "kvantum";
home.packages = with pkgs; [
home.packages = with pkgs; let
pcmanfm-qt-shim = writeShellScriptBin "pcmanfm" ''
exec "${pcmanfm-qt}/bin/pcmanfm-qt" "$@"
'';
in [
qt5ct
qt6ct
swaybg
swayidle
libsForQt5.qtstyleplugin-kvantum
pcmanfm
pcmanfm-qt
pcmanfm-qt-shim
wlr-randr
nwg-look
nwg-displays
# very consistent
(catppuccin-papirus-folders.override {accent = "mauve"; flavor = "mocha"; })

View File

@ -6,7 +6,7 @@ let
# commands
terminal = "${pkgs.kitty}/bin/kitty";
files = "${pkgs.dolphin}/bin/dolphin";
files = "${pkgs.pcmanfm-qt}/bin/pcmanfm-qt";
rofi = "${pkgs.rofi-wayland}/bin/rofi";
notifydaemon = "${pkgs.dunst}/bin/dunst";
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";