Skip to content

Arroquw/nixos-config

This branch is 295 commits ahead of, 39 commits behind nomadics9/NixOS-Flake:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc24129 · Feb 22, 2025
Oct 15, 2023
Feb 22, 2025
Feb 22, 2025
Feb 20, 2025
Feb 22, 2025
Nov 13, 2024
Apr 11, 2024
Feb 26, 2024
Mar 23, 2024
Sep 25, 2023
Apr 17, 2024
Feb 19, 2025
Feb 20, 2025
Jan 15, 2024

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.7%
  • Python 2.7%
  • Shell 2.3%
  • CSS 2.3%