Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.13 KB

NixOS-Flake

My NixOS Flake + dotfiles

NixOS with personal packages running on HyprlandWM + Waybar

for wallpapers to work place all wallpapers in ./wallpapers/

SUPER + F1 for all keybinds!

Credits go out to:

To fix links not being clickable:

First run:

nix-shell -p desktop-file-utils --run "update-desktop-database ~/.local/share/applications"

Then, create portals.conf:

mkdir ~/.config/xdg-desktop-portal/
cat > ~/.config/xdg-desktop-portal/portals.conf <<EOF

Add this content after the previous cat command:

[preferred]
# use xdg-desktop-portal-gtk for every portal interface
default=gtk
# except for the xdg-desktop-portal-wlr supplied interfaces
org.freedesktop.impl.portal.Screencast=wlr
org.freedesktop.impl.portal.Screenshot=wlr
EOF

Then run:

systemd --user import-environment $PATH
systemctl --user restart xdg-desktop-portal.service