-
-
Notifications
You must be signed in to change notification settings - Fork 160
Other_Distros
JaKooLit edited this page Jun 6, 2024
·
15 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
- Yes. 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
- my NixOS configs
LINK
- Polkit setup was abit pain to setup in NixOS. If you use this dots, you can add in your configuration.nix and then edit
~/.config/hypr/UserConfigs/Startup_Apps.conf
. On the bottom part, uncommentexec-once = $scriptsDir/Polkit-NixOS.sh
to have Polkit on startup
- 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