mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
Fix NixOS config for compatibility with unstable channel
- Fixed compatibility issues with the unstable channel - Added new packages (`firebase-tools`, `wrl-randr`)
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
# vdpauinfo
|
# vdpauinfo
|
||||||
# libva-utils
|
# libva-utils
|
||||||
# nvtop
|
# nvtop
|
||||||
|
wlr-randr
|
||||||
gpu-viewer
|
gpu-viewer
|
||||||
dig
|
dig
|
||||||
speedtest-rs
|
speedtest-rs
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
@@ -8,5 +8,6 @@
|
|||||||
cargo-lambda
|
cargo-lambda
|
||||||
gnumake
|
gnumake
|
||||||
cmake
|
cmake
|
||||||
|
firebase-tools
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
# FIXME Don't forget to create an authorization mapping file for your user (https://nixos.wiki/wiki/Yubikey#pam_u2f)
|
# FIXME Don't forget to create an authorization mapping file for your user (https://nixos.wiki/wiki/Yubikey#pam_u2f)
|
||||||
security.pam.u2f = {
|
security.pam.u2f = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cue = true;
|
settings.cue = true;
|
||||||
control = "sufficient";
|
control = "sufficient";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user