Copied my functional folder, started generalising henrovnix and writing documentation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../home
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
brightnessctl
|
||||
];
|
||||
wayland.windowManager.hyprland = {
|
||||
extraConfig = ''
|
||||
# Default portable monitor rule
|
||||
monitor=DP-1,3840x1080@144,1920x0,1
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user