Skip to content

Arroquw/nixos-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My NixOS Flake + dotfiles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nix 92.6%
  • Python 2.7%
  • Shell 2.4%
  • CSS 2.3%