mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
hyper qt and yazi
This commit is contained in:
parent
4986421b62
commit
ed776c781a
3 changed files with 8 additions and 2 deletions
|
|
@ -99,6 +99,7 @@ in
|
||||||
restic-browser
|
restic-browser
|
||||||
cava
|
cava
|
||||||
fedistar
|
fedistar
|
||||||
|
yazi
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
settings = {
|
settings = {
|
||||||
monitor = ",1920x1080,auto,1";
|
monitor = ",1920x1080,auto,1";
|
||||||
|
|
||||||
|
env = [
|
||||||
|
"QT_QPA_PLATFORM,wayland"
|
||||||
|
"GDK_BACKEND,wayland,x11"
|
||||||
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||||
# portalPackage =
|
portalPackage =
|
||||||
# inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue