-
-
Notifications
You must be signed in to change notification settings - Fork 130
Other_Distros
installer edited this page Sep 7, 2024
·
14 revisions
Other Distros:
- When copying this dots for other distros, I recommend running the copy.sh, or atleast follow the scripts. There are certain functions needed like symlinks
- See there
Copy and Update Wiki
- 07 Sept 2024 - Official launch of NixOS Hyprland :) NixOS-Hyprland
👉🏻 Previous Post about using this dots for NixOS
- Make sure to install / configure NixOS accordingly. List of the apps required are stated on this wiki
LINK
- my NixOS configs
LINK
[!NOTE] My NixOS configs above are with flakes and Grub as bootloader!
- GTK Themes and Icons
LINK
- Make sure you have
services.envfs.enable = true
on your configuration.nix else most scripts wont work. - If you dont like to add that, change all the scripts in
~/.config/hypr/scripts
shebangs to#!/usr/bin/env bash
from#!/bin/bash
- I highly recommend to use unstable channel. Stable channel have old packages
- Polkit setup was abit pain to setup in NixOS. However, a recommended Polkit to install is
polkit_gnome
. Copy.sh will detect if you are running NixOS and will edit~/.config/hypr/UserConfigs/Startup_Apps.conf
accordingly.
- Yes. I am using same configs on my Gentoo (systemd). Install the packages-required stated on this wiki.
- pamixer from overlays (zugaina), broke the volume increase function. It does not accept limiting volume to 150%. Suggest you install pamixer from
SOURCE