Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Mar 13, 2024
1 parent 8a05dae commit 6905b4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions hosts/terminus/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
imports = [ ./hardware-configuration.nix ];
#----Host specific config ----
boot.kernelParams =
[ "i8042.direct" "i8042.dumbkbd" "i915.force_probe=9a49" ];
# ---- System Configurations ----
powerManagement.powertop.enable = true;
services.thermald.enable = true;
}
3 changes: 1 addition & 2 deletions sh/clean.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> { } }:

pkgs.stdenv.mkDerivation {
name = "clean";
Expand All @@ -15,4 +15,3 @@ pkgs.stdenv.mkDerivation {
'';
}


0 comments on commit 6905b4d

Please sign in to comment.