simplified namespace cause I dont wanna type that much and introduce colored man pages

This commit is contained in:
Christoph Hollizeck 2024-09-13 02:05:40 +02:00
parent c85c51ae3d
commit 8a9182dc2f
Signed by: Daholli
GPG key ID: 1763BB530F50279E
15 changed files with 54 additions and 126 deletions

View file

@ -11,13 +11,17 @@ in
environment.systemPackages = with pkgs; [
path-of-building
steamcmd
pkgs.most
pkgs.man-pages
pkgs.man-pages-posix
];
environment.pathsToLink = [ "/libexec" ];
virtualisation.waydroid = enabled;
services.xserver.displayManager.setupCommands = "xrandr --output HDMI-A-1 --off";
wyrdgard = {
archetypes = {
gaming.enable = true;
@ -28,7 +32,7 @@ in
obs-studio = enabled;
};
graphical-interface.desktop-manager.hyprland = {
desktop.hyprland = {
enable = true;
settings = {
monitor = [
@ -39,7 +43,7 @@ in
];
exec-once = [
"xrandr --output DP-2 --primary"
"xrandr --output DP-2 --primary --output HDMI-A-1 --on"
"hyprctl dispatch moveworkspacetomonitor 4 HDMI-A-1"
];