tmp: finalize config
This commit is contained in:
parent
74a308e22e
commit
a777e1ab35
2 changed files with 10 additions and 10 deletions
|
@ -38,7 +38,7 @@ in
|
||||||
AddressFamily inet
|
AddressFamily inet
|
||||||
'';
|
'';
|
||||||
home-manager = {
|
home-manager = {
|
||||||
backupFileExtension = ".bak";
|
backupFileExtension = "bak";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
@ -86,7 +86,7 @@ in
|
||||||
system = {
|
system = {
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth = enabled;
|
bluetooth = enabled;
|
||||||
# gpu.nvidia = enabled;
|
gpu.amd = enabled;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ in
|
||||||
${namespace}.desktop.hyprland.settings = {
|
${namespace}.desktop.hyprland.settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
#Ultrawide
|
#Ultrawide
|
||||||
"DP-2,3440x1440@144, 0x0, 1"
|
"DP-1,3440x1440@144, 0x0, 1"
|
||||||
#Vertical
|
#Vertical
|
||||||
"HDMI-A-1, 1920x1080@144, auto-right, 1, transform, 1"
|
"HDMI-A-1, 1920x1080@144, auto-right, 1, transform, 1"
|
||||||
# nividia kernel issues
|
# nividia kernel issues
|
||||||
|
@ -24,16 +24,16 @@ in
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"[workspace 7 silent] obsidian"
|
"[workspace 7 silent] obsidian"
|
||||||
|
|
||||||
"${lib.getExe pkgs.xorg.xrandr} --output DP-2 --primary"
|
"${lib.getExe pkgs.xorg.xrandr} --output DP-1 --primary"
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
"1, monitor:DP-2"
|
"1, monitor:DP-1"
|
||||||
"2, monitor:DP-2"
|
"2, monitor:DP-1"
|
||||||
"3, monitor:DP-2"
|
"3, monitor:DP-1"
|
||||||
"4, monitor:DP-2"
|
"4, monitor:DP-1"
|
||||||
"5, monitor:DP-2"
|
"5, monitor:DP-1"
|
||||||
"6, monitor:DP-2"
|
"6, monitor:DP-1"
|
||||||
"7, monitor:HDMI-A-1"
|
"7, monitor:HDMI-A-1"
|
||||||
"8, monitor:HDMI-A-1"
|
"8, monitor:HDMI-A-1"
|
||||||
"9, monitor:HDMI-A-1"
|
"9, monitor:HDMI-A-1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue