mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
iio-hyprland is really cool
This commit is contained in:
parent
46020354bb
commit
9e9561dd4f
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.iio-hyprland.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
];
|
||||
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
|
||||
services.xserver = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue