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

feat: add davinci resolve

Changed files
+6 -6
home-manager
moonlark
+1 -5
home-manager/dots/hyprland.conf
···
bind = $mainMod, RETURN, exec, alacritty
-
# Launcher
-
bind = $mainMod, S, exec, sh ~/.config/bspwm/rofi/bin/launcher
-
bind = $mainMod, X, exec, sh ~/.config/bspwm/rofi/bin/powermenu
-
# System
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exit
bind = $mainMod, L, exec, hyprlock
bind = $mainMod, ESC, exec, hyprlock
bind = $mainMod, V, togglefloating,
-
bind = $mainMod, S, exec, tofi-drun | xargs xargs hyprctl dispatch exec --
+
bind = $mainMod, S, exec, tofi-run | xargs xargs hyprctl dispatch exec --
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
+2 -1
home-manager/neovim.nix
···
extraPackages = with pkgs; [
# LazyVim
lua-language-server
+
gopls
stylua
# Telescope
ripgrep
···
"${parsers}/parser";
# Normal LazyVim config here, see https://github.com/LazyVim/starter/tree/main/lua
-
}
+
}
+3
moonlark/configuration.nix
···
pkgs.unstable.arduino-ide
pkgs.unstable.arduino-cli
pkgs.lazygit
+
pkgs.vhs
+
pkgs.davinci-resolve
+
pkgs.ffmpeg
];
services.gnome.gnome-keyring.enable = true;