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:
8
homes/laptop/hyprland.nix
Normal file
8
homes/laptop/hyprland.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
monitor= [
|
||||
"eDP-1, 1920x1080@120, 0x0, 1"
|
||||
"HDMI-A-1, 1920x1080@60, auto, auto"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user