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. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [
brightnessctl brightnessctl
gnome.eog evince
hyprcursor hyprcursor
hypridle hypridle
hyprland-protocols hyprland-protocols
@ -15,11 +15,21 @@
hyprshot hyprshot
playerctl playerctl
pyprland pyprland
udiskie
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
xfce.exo 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 = { wayland.windowManager.hyprland = {
enable = true; enable = true;
extraConfig = builtins.readFile ./hyprland.conf; extraConfig = builtins.readFile ./hyprland.conf;

View file

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