feat: Enable proper suspend support for Dell laptops

This commit is contained in:
2025-12-03 19:05:54 -05:00
committed by Hunter Halloran
parent 0d7f0ca19f
commit 2fd47de82f
9 changed files with 25 additions and 33 deletions

View File

@@ -1,8 +1,4 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# Define a user account. Don't forget to set a password with passwd.

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
let
# Fetch upstream OMP theme once
jyumppTheme = pkgs.fetchurl {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
let
# Fetch upstream OMP theme once
jyumppTheme = pkgs.fetchurl {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
let
# Fetch upstream OMP theme once