This commit is contained in:
Miguel Palhas
2025-10-30 10:09:05 +00:00
parent d1a39f7d19
commit 5070f11eed
4 changed files with 13 additions and 17 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
nix build .#nixosConfigurations.live.config.system.build.isoImage
-1
View File
@@ -107,4 +107,3 @@
forEachPkg (pkgs: import ./shell.nix { inherit pkgs; }); forEachPkg (pkgs: import ./shell.nix { inherit pkgs; });
}; };
} }
# Note: Can also be referenced withou
+12 -12
View File
@@ -63,18 +63,18 @@
color1 #cd5c5c color1 #cd5c5c
color9 #cc5533 color9 #cc5533
color2 #86af80 color2 #86af80
1color10 #88aa22 color10 #88aa22
1color3 #e8ae5b color3 #e8ae5b
1color11 #ffa75d color11 #ffa75d
1color4 #6495ed color4 #6495ed
1color12 #87ceeb color12 #87ceeb
1color5 #deb887 color5 #deb887
1color13 #996600 color13 #996600
1color6 #b0c4de color6 #b0c4de
1color14 #b0c4de color14 #b0c4de
1color7 #bbaa99 color7 #bbaa99
2color15 #ddccbb color15 #ddccbb
2selection_foreground #1c1c1c selection_foreground #1c1c1c
''; '';
}; };
} }
+1 -1
View File
@@ -43,7 +43,7 @@
BOTTOM='HDMI-0' BOTTOM='HDMI-0'
TOP='DP-0' TOP='DP-0'
RIGHT='DP-2' RIGHT='DP-2'
touch /home/naps62/foo
${pkgs.xorg.xrandr}/bin/xrandr --output $BOTTOM --primary --mode 3840x2160 --pos 0x0 --rotate normal --output $TOP --mode 3840x2160 --above $BOTTOM --rotate normal --output $RIGHT --mode 3840x2160 --pos 3840x-1680 --rotate left ${pkgs.xorg.xrandr}/bin/xrandr --output $BOTTOM --primary --mode 3840x2160 --pos 0x0 --rotate normal --output $TOP --mode 3840x2160 --above $BOTTOM --rotate normal --output $RIGHT --mode 3840x2160 --pos 3840x-1680 --rotate left
${pkgs.xorg.xrandr}/bin/xrandr --dpi 160 ${pkgs.xorg.xrandr}/bin/xrandr --dpi 160
''; '';