-
-
Notifications
You must be signed in to change notification settings - Fork 160
Other_Distros
JaKooLit edited this page Jul 10, 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
- Make sure to install / configure NixOS accordingly. List of the apps required are stated on this wiki
LINK
- my NixOS configs
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. - You need to setup flakes as well as certain packages like
wallust-dev
are required to install via flakes. YOu can see on my NixOS config above
- 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