Skip to content

Other_Distros

JaKooLit edited this page May 17, 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

💨 Will this work on NixOS?

  • I highly recommend to use unstable channel. Stable channel have old packages
  • my NixOS configs LINK
  • 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
  • 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, uncomment exec-once = $scriptsDir/Polkit-NixOS.sh to have Polkit on startup

May 2024 NixOS status

  • Found out that I need to this services.xserver.enable = true; for AGS overview to work properly. Very weird. NOTE: once this is enabled, gdm will also be enabled. So you need to disable it. Browse my NixOS Configs

💨 Will this work on Gentoo?

  • 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

Installation

FAQ & TIPS

Keybinds

Known Issues & Notes to remember

Changelogs & Release Notes

Other Distros

Gallery & Youtube Videos

HOW TO's (Costumization on KooL's Dots)

Clone this wiki locally