2024-04-22 20:48:35 +02:00
|
|
|
{pkgs, ...}: {
|
2024-04-17 20:39:12 +02:00
|
|
|
# Not working on phoenix for some reason
|
2024-04-08 20:32:17 +02:00
|
|
|
programs.hyprland.enable = true;
|
2024-04-22 20:48:35 +02:00
|
|
|
|
|
|
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
|
|
environment.sessionVariables.WLR_NO_HARDWARE_CURSORS = "1";
|
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
pyprland
|
|
|
|
hyprpicker
|
|
|
|
hyprcursor
|
|
|
|
|
|
|
|
wezterm
|
|
|
|
cool-retro-term
|
|
|
|
|
|
|
|
starship
|
|
|
|
helix
|
|
|
|
|
2024-05-09 20:50:05 +02:00
|
|
|
#qutebrowser
|
2024-04-22 20:48:35 +02:00
|
|
|
zathura
|
|
|
|
mpv
|
|
|
|
imv
|
|
|
|
|
|
|
|
neofetch
|
|
|
|
onefetch
|
|
|
|
ipfetch
|
|
|
|
cpufetch
|
|
|
|
ramfetch
|
|
|
|
starfetch
|
|
|
|
octofetch
|
|
|
|
htop
|
|
|
|
bottom
|
|
|
|
btop
|
|
|
|
zfxtop
|
|
|
|
kmon
|
|
|
|
|
|
|
|
# vulkan-tools
|
|
|
|
# opencl-info
|
|
|
|
# clinfo
|
|
|
|
# vdpauinfo
|
|
|
|
# libva-utils
|
|
|
|
# nvtop
|
|
|
|
dig
|
|
|
|
speedtest-rs
|
|
|
|
];
|
2024-04-08 20:32:17 +02:00
|
|
|
}
|