forked from mirrors_public/oddlama_nix-config
chore: fix minor syntax issue
This commit is contained in:
parent
872defe627
commit
f25a7cc241
3 changed files with 17 additions and 17 deletions
|
@ -35,7 +35,7 @@ in {
|
|||
{
|
||||
keyMap = "de-latin1-nodeadkeys";
|
||||
}
|
||||
// lib.mkIf video.hidpi.enable {
|
||||
// lib.mkIf config.video.hidpi.enable {
|
||||
font = "ter-v28n";
|
||||
packages = with pkgs; [terminus_font];
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [powertop];
|
||||
services.logind = {
|
||||
lidSwitch = "ignore";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue