hyprland: replaced basic apps with xfce equivalents

This commit is contained in:
Aly Raffauf 2024-03-27 12:58:41 -04:00
parent e67dce250f
commit 672b5942e0
2 changed files with 18 additions and 7 deletions

View file

@ -4,7 +4,7 @@
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
brightnessctl
gnome.eog
evince
hyprcursor
hypridle
hyprland-protocols
@ -15,11 +15,21 @@
hyprshot
playerctl
pyprland
udiskie
xdg-desktop-portal-hyprland
xfce.exo
xfce.ristretto
xfce.thunar
xfce.thunar-archive-plugin
xfce.thunar-media-tags-plugin
xfce.thunar-volman
xfce.tumbler
xfce.xfce4-settings
xfce.xfce4-taskmanager
xfce.xfconf
];
services.gpg-agent.enable = true;
wayland.windowManager.hyprland = {
enable = true;
extraConfig = builtins.readFile ./hyprland.conf;

View file

@ -41,12 +41,13 @@
services.gnome.gnome-keyring.enable = true;
security.pam.services.gdm.enableKwallet = true;
security.pam.services.gdm.enableGnomeKeyring = true;
programs.xfconf.enable = true;
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
};
# programs.xfconf.enable = true;
# programs.thunar = {
# enable = true;
# plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
# };
services.gvfs.enable = true; # Mount, trash, and other functionalities
services.tumbler.enable = true; # Thumbnail support for images