mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
hyprland/xfce: fixed incorrect/missing browser and terminal emulator for thunar
This commit is contained in:
parent
b6c8cd2e2b
commit
342acec411
|
@ -17,6 +17,7 @@
|
|||
pyprland
|
||||
udiskie
|
||||
xdg-desktop-portal-hyprland
|
||||
xfce.exo
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
@ -42,6 +43,8 @@
|
|||
|
||||
xdg.configFile."hypr/pyprland.toml".source = ./pyprland.toml;
|
||||
|
||||
xdg.configFile."xfce4/helpers.rc".source = ../xfce/helpers.rc;
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
|
|
4
home/xfce/helpers.rc
Normal file
4
home/xfce/helpers.rc
Normal file
|
@ -0,0 +1,4 @@
|
|||
TerminalEmulator=alacritty
|
||||
FileManager=thunar
|
||||
WebBrowser=firefox
|
||||
|
Loading…
Reference in a new issue