diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-05-15 17:40:48 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-05-15 17:40:48 +0000 |
| commit | c225aa2587429276c5d2c00e3bafcdd463850329 (patch) | |
| tree | 4fe9dafb1c686061c1f8d8d0c9ed20bbcab2939d | |
| parent | 045e46892b133319f217d75099a4e09a982ff4cf (diff) | |
routine changes
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-art/home.nix | 10 |
1 files 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] |
