applies all recommended deadnix fixes, and adds it to checks

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-21 19:47:21 -04:00
committed by Richie Cahill
parent f3f6c463ca
commit 3522ebd8c5
19 changed files with 27 additions and 88 deletions

View File

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ pkgs, ... }:
{
# rtkit is optional but recommended

View File

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ pkgs, ... }:
{
# installs hyprland, and its dependencies

View File

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ pkgs, ... }:
{
# custom module from modules/pam-fingerprint-swap.nix
# swaps password and fingerprint in pam ordering

View File

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ pkgs, ... }:
{
hardware.opengl = {

View File

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ pkgs, ... }:
{
security.polkit.enable = true;

View File

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.steam-run ];