Kieran's opinionated (and probably slightly dumb) nix config

feat: add davinci resolve

+6 -6
+1 -5
home-manager/dots/hyprland.conf
··· 127 127 128 128 bind = $mainMod, RETURN, exec, alacritty 129 129 130 - # Launcher 131 - bind = $mainMod, S, exec, sh ~/.config/bspwm/rofi/bin/launcher 132 - bind = $mainMod, X, exec, sh ~/.config/bspwm/rofi/bin/powermenu 133 - 134 130 # System 135 131 bind = $mainMod, Q, killactive, 136 132 bind = $mainMod, M, exit 137 133 bind = $mainMod, L, exec, hyprlock 138 134 bind = $mainMod, ESC, exec, hyprlock 139 135 bind = $mainMod, V, togglefloating, 140 - bind = $mainMod, S, exec, tofi-drun | xargs xargs hyprctl dispatch exec -- 136 + bind = $mainMod, S, exec, tofi-run | xargs xargs hyprctl dispatch exec -- 141 137 bind = $mainMod, P, pseudo, # dwindle 142 138 bind = $mainMod, J, togglesplit, # dwindle 143 139
+2 -1
home-manager/neovim.nix
··· 6 6 extraPackages = with pkgs; [ 7 7 # LazyVim 8 8 lua-language-server 9 + gopls 9 10 stylua 10 11 # Telescope 11 12 ripgrep ··· 122 123 "${parsers}/parser"; 123 124 124 125 # Normal LazyVim config here, see https://github.com/LazyVim/starter/tree/main/lua 125 - } 126 + }
+3
moonlark/configuration.nix
··· 110 110 pkgs.unstable.arduino-ide 111 111 pkgs.unstable.arduino-cli 112 112 pkgs.lazygit 113 + pkgs.vhs 114 + pkgs.davinci-resolve 115 + pkgs.ffmpeg 113 116 ]; 114 117 115 118 services.gnome.gnome-keyring.enable = true;