tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
feat: add davinci resolve
Kieran Klukas
2 years ago
c23f98df
650ebdcb
+6
-6
3 changed files
expand all
collapse all
unified
split
home-manager
dots
hyprland.conf
neovim.nix
moonlark
configuration.nix
+1
-5
home-manager/dots/hyprland.conf
···
127
127
128
128
bind = $mainMod, RETURN, exec, alacritty
129
129
130
130
-
# Launcher
131
131
-
bind = $mainMod, S, exec, sh ~/.config/bspwm/rofi/bin/launcher
132
132
-
bind = $mainMod, X, exec, sh ~/.config/bspwm/rofi/bin/powermenu
133
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
140
-
bind = $mainMod, S, exec, tofi-drun | xargs xargs hyprctl dispatch exec --
136
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
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
125
-
}
126
126
+
}
+3
moonlark/configuration.nix
···
110
110
pkgs.unstable.arduino-ide
111
111
pkgs.unstable.arduino-cli
112
112
pkgs.lazygit
113
113
+
pkgs.vhs
114
114
+
pkgs.davinci-resolve
115
115
+
pkgs.ffmpeg
113
116
];
114
117
115
118
services.gnome.gnome-keyring.enable = true;