Compare commits

..

5 Commits

Author SHA1 Message Date
Armel van Ravels
5b00400cc1 Add direnv integration to vscode 2026-01-27 16:23:02 +01:00
Armel van Ravels
9c98f7490f Battery status 2026-01-27 16:23:02 +01:00
Armel van Ravels
f6a6fb2afe Add vscode 2026-01-27 16:23:02 +01:00
Armel van Ravels
fccac91c05 Add vscode to programs 2026-01-27 16:23:02 +01:00
Armel van Ravels
8f31717cb5 Changes for work machine 2026-01-27 16:23:02 +01:00
5 changed files with 8 additions and 24 deletions

View File

@@ -9,6 +9,7 @@
imports = [
./other/fonts.nix
./programs/obs-studio.nix
./programs/bitwarden.nix
./programs/kitty.nix
./programs/zsh.nix

5
programs/obs-studio.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
programs.obs-studio.enable = true;
}

View File

@@ -8,7 +8,7 @@
theme = "agnoster";
};
initContent = ''
initExtra = ''
# Use kitty's ssh helper if running inside kitty
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
'';

View File

@@ -5,7 +5,6 @@
bzmenu
hyprshot
hyprlock
playerctl
];
wayland.windowManager.hyprland = {
@@ -116,12 +115,6 @@
# Hyprshot
"$mod, Z, exec, hyprshot -m region"
# Media keys
", XF86AudioPlay, exec, playerctl play-pause"
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
];
bindm = [

View File

@@ -21,27 +21,12 @@
];
modules-right = [
"pulseaudio"
"cpu"
"tray"
"cpu"
"battery"
"clock"
];
pulseaudio = {
format = "{icon} {volume}%";
format-muted = "󰝟 muted";
tooltip = false;
scroll-step = 5;
format-icons = {
default = [ "󰕿" "󰖀" "󰕾" ];
};
on-click = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
};
mpris = {
player = "spotify";
format = "{player_icon} {artist} - {title}";