Move to correct place.
This commit is contained in:
parent
8c67813e15
commit
af72005772
@ -35,6 +35,7 @@
|
|||||||
protontricks
|
protontricks
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
itch
|
itch
|
||||||
|
wineWowPackages.staging
|
||||||
];
|
];
|
||||||
|
|
||||||
# Install librewolf
|
# Install librewolf
|
||||||
@ -131,6 +132,7 @@
|
|||||||
# Default environmental variables
|
# Default environmental variables
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
WINEPREFIX = "$HOME/.local/share/wineprefix/default";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
@ -308,14 +308,16 @@ in {
|
|||||||
"$menu" = "tofi";
|
"$menu" = "tofi";
|
||||||
"$terminal" = "foot";
|
"$terminal" = "foot";
|
||||||
|
|
||||||
|
exec = [
|
||||||
|
# Fix laptop monitor getting turned on while my external monitor connected
|
||||||
|
"hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'"
|
||||||
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"wl-paste --type text --watch cliphist store" # Stores only text data
|
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
"keepassxc" # Startup my password manager
|
"keepassxc" # Startup my password manager
|
||||||
"waybar" # Start waybar on start
|
"waybar" # Start waybar on start
|
||||||
|
|
||||||
# Fix laptop monitor getting turned on while my external monitor connected
|
|
||||||
"hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user