From c225aa2587429276c5d2c00e3bafcdd463850329 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 15 May 2024 13:40:48 -0400 Subject: routine changes --- nixpkgs/.config/nixpkgs/per-user/kdam0-art/home.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-art/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-art/home.nix index 4146acc..84ff666 100644 --- a/nixpkgs/.config/nixpkgs/per-user/kdam0-art/home.nix +++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-art/home.nix @@ -134,8 +134,6 @@ }; programs.waybar.enable = true; - - home.stateVersion = "23.11"; nixpkgs = { config = { @@ -143,6 +141,7 @@ allowUnfreePredicate = (_: true); }; }; + home.packages = with pkgs; [ # Window environment xdg-desktop-portal-hyprland @@ -169,6 +168,7 @@ libnotify # Image viewer imv + pinta # Video player mpv # Pdf Viewer @@ -187,7 +187,6 @@ unzip nodejs cargo - wget lazygit signal-desktop wev @@ -312,8 +311,8 @@ ); binde = [ ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" - ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" - ", XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+" + "$mod, Next, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" + "$mod, Prior, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+" ", XF86MonBrightnessDown, exec, light -U 10" ", XF86MonBrightnessUp, exec, light -A 10" "$mod, h, resizeactive, -20 20" @@ -347,7 +346,6 @@ home.file.".config/mako/config".source = ../../common/mako/config; home.file.".local/share/fonts".source = ../../common/fonts; home.file.".config/waybar".source = ../../common/waybar; - #home.file.".config/way-displays".source = ../../common/way-displays; #home.file.".config/foot/foot.ini".text = '' #[colors] -- cgit v1.2.3