remove open ports on desktop, add lm_sensors package to desktop, add condition to bashrc to not output anything if non iteractive

This commit is contained in:
2024-10-27 16:05:11 +01:00
parent 78fe6c7521
commit f021800293
3 changed files with 19 additions and 5 deletions

View File

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
monitor= [
"eDP-1, 1920x1080@120, 0x0, 1"
"HDMI-A-1, 1920x1080@60, auto, auto"
];
}