Hyprland: Update hyprland config

This commit is contained in:
2024-10-10 16:02:05 +02:00
parent 10f7044f57
commit 566c4dc471
+8 -1
View File
@@ -138,10 +138,10 @@ rec {
"obsidian" "obsidian"
"unityhub" "unityhub"
"Unity" "Unity"
"chromium-browser"
]; ];
"4" = [ "4" = [
"firefox" "firefox"
"chromium-browser"
"Google-chrome" "Google-chrome"
]; ];
"7" = [ "7" = [
@@ -152,6 +152,7 @@ rec {
]; ];
"9" = [ "9" = [
"discord" "discord"
"vesktop"
]; ];
}; };
@@ -169,6 +170,8 @@ rec {
"kitty" "kitty"
"Alacritty" "Alacritty"
"discord" "discord"
"signal"
"vesktop"
"Spotify" "Spotify"
"obsidian" "obsidian"
"jetbrains-clion" "jetbrains-clion"
@@ -365,6 +368,7 @@ rec {
nfs-utils nfs-utils
sshfs sshfs
protonvpn-cli protonvpn-cli
# protonvpn-gui # NOTE: Doesn't work
# GUI apps # GUI apps
vlc vlc
@@ -382,6 +386,8 @@ rec {
nextcloud-client nextcloud-client
keepassxc keepassxc
protonmail-bridge protonmail-bridge
thunderbird # TODO: Email module
# xwaylandvideobridge # NOTE: Doesn't work
# Office # Office
wacomtablet # For xournalpp/krita wacomtablet # For xournalpp/krita
@@ -789,6 +795,7 @@ rec {
"com.spotify.Client" "com.spotify.Client"
"com.google.Chrome" "com.google.Chrome"
"md.obsidian.Obsidian" "md.obsidian.Obsidian"
"dev.vencord.Vesktop"
]; ];
uninstallUnmanaged = true; uninstallUnmanaged = true;