Obsidian fixes
This commit is contained in:
parent
28ec24b51a
commit
7167b5b341
4 changed files with 10 additions and 3 deletions
|
@ -98,6 +98,8 @@
|
||||||
|
|
||||||
console.keyMap = "sg";
|
console.keyMap = "sg";
|
||||||
|
|
||||||
|
# services.flatpak.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
monitor = ",preferred,auto,1";
|
monitor = [",preferred,auto,2"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,6 +97,9 @@ in {
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
"$mod SHIFT, c, exec, code --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"
|
"$mod SHIFT, c, exec, code --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"
|
||||||
|
"$mod, o, exec, obsidian --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu"
|
||||||
|
"$mod SHIFT, D, exec, webcord --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu"
|
||||||
|
"$mod SHIFT, L, exec, element-desktop --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu"
|
||||||
|
|
||||||
# Monitor management
|
# Monitor management
|
||||||
"$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2"
|
"$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2"
|
||||||
|
|
|
@ -15,7 +15,7 @@ in {
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
ventoy-full
|
ventoy-full
|
||||||
lazygit
|
lazygit
|
||||||
obsidian
|
obsidian
|
||||||
neofetch
|
neofetch
|
||||||
zip
|
zip
|
||||||
vlc
|
vlc
|
||||||
|
@ -55,6 +55,8 @@ in {
|
||||||
wofi
|
wofi
|
||||||
dolphin
|
dolphin
|
||||||
xdg-utils # xdg-mime script
|
xdg-utils # xdg-mime script
|
||||||
|
webcord
|
||||||
|
element-desktop
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue