mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53: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.
|
# 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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue