mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
hyprland: replaced basic apps with xfce equivalents
This commit is contained in:
parent
e67dce250f
commit
672b5942e0
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue