Merge remote-tracking branch 'origin/niri'

This commit is contained in:
Noa Aarts 2024-11-20 19:35:57 +01:00
commit 3874d7b1b0
Signed by: noa
GPG key ID: 1850932741EFF672
25 changed files with 262 additions and 1116 deletions

View file

@ -185,11 +185,6 @@
pinentryPackage = pkgs.pinentry-curses;
};
hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
};
nix-ld.enable = true;
nix-ld.libraries = with pkgs; [
@ -271,16 +266,6 @@
jack.enable = true;
};
fail2ban.enable = true;
greetd = {
enable = false;
settings = rec {
initial_session = {
command = "${pkgs.hyprland}/bin/Hyprland";
user = "noa";
};
default_session = initial_session;
};
};
hardware = {
openrgb = {
enable = true;