feat: update work laptop config

This commit is contained in:
Xavier Morel
2025-07-06 16:23:35 +02:00
parent 435db3fa61
commit 4ae16648e5
3 changed files with 8 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
source = ~/.config/hypr/config/defaults.conf source = ~/.config/hypr/config/defaults.conf
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing # # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
exec-once = tailscale-systray &
exec-once = slack &
exec-once = swaybg -o \* -i /usr/share/wallpapers/cachyos-wallpapers/Skyscraper.png -m fill exec-once = swaybg -o \* -i /usr/share/wallpapers/cachyos-wallpapers/Skyscraper.png -m fill
exec-once = waybar & exec-once = waybar &
exec-once = fcitx5 -d & exec-once = fcitx5 -d &

View File

@@ -5,6 +5,9 @@
source = ~/.config/hypr/config/defaults.conf source = ~/.config/hypr/config/defaults.conf
bindl = , switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, 1920x1200, 0x0, 1"
bindl = , switch:on:Lid Switch, exec, hyprctl keyword monitor "eDP-1, disable"
# https://wiki.hyprland.org/Configuring/Binds/ # https://wiki.hyprland.org/Configuring/Binds/
bindd = $mainMod, RETURN, Opens your preferred terminal emulator ($terminal), exec, $terminal bindd = $mainMod, RETURN, Opens your preferred terminal emulator ($terminal), exec, $terminal
bindd = $mainMod, E, Opens your preferred filemanager ($filemanager), exec, $filemanager bindd = $mainMod, E, Opens your preferred filemanager ($filemanager), exec, $filemanager

View File

@@ -17,7 +17,9 @@
FLAKE = "/home/xmorel/nixos/"; FLAKE = "/home/xmorel/nixos/";
}; };
packages = with pkgs; [ packages = with pkgs; [
devenv
lazyjj lazyjj
tailscale-systray
tree tree
slack slack
xfce.thunar xfce.thunar
@@ -94,7 +96,7 @@
lazygit.enable = true; lazygit.enable = true;
nh.enable = true; nh.enable = true;
nix-your-shell.enable = true; nix-your-shell.enable = true;
password-store.enable = true; rbw.enable = true;
ripgrep.enable = true; ripgrep.enable = true;
starship.enable = true; starship.enable = true;
yazi.enable = true; yazi.enable = true;