[feat] Added stuff
This commit is contained in:
@@ -14,34 +14,35 @@
|
||||
./nvim.nix
|
||||
./goread.nix
|
||||
./ncmpcpp.nix
|
||||
# ./neomutt.nix
|
||||
]
|
||||
++ lib.optionals device.isLinux [../linux];
|
||||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
sony-headphones-client
|
||||
spotify-player
|
||||
|
||||
sd
|
||||
go
|
||||
p7zip
|
||||
picat
|
||||
spotdl
|
||||
davis
|
||||
pandoc
|
||||
gnupg
|
||||
gpg-tui
|
||||
slack
|
||||
yarn
|
||||
spotify-player
|
||||
qmk
|
||||
nodejs
|
||||
neovide
|
||||
sqls
|
||||
vcpkg
|
||||
file
|
||||
yt-dlp
|
||||
gh
|
||||
just
|
||||
yarn
|
||||
|
||||
# Misc
|
||||
qmk
|
||||
p7zip
|
||||
yt-dlp
|
||||
spotdl
|
||||
picat
|
||||
davis
|
||||
gnupg
|
||||
gpg-tui
|
||||
|
||||
file
|
||||
jq
|
||||
tldr
|
||||
bottom
|
||||
@@ -61,9 +62,11 @@
|
||||
(nerdfonts.override {fonts = ["Hasklig"];})
|
||||
pfetch-rs
|
||||
psst
|
||||
abaddon
|
||||
]
|
||||
++ lib.optionals device.isLinux [
|
||||
sony-headphones-client
|
||||
abaddon
|
||||
rr
|
||||
mpv
|
||||
catppuccinThemes.gtk
|
||||
catppuccinThemes.papirus-folders
|
||||
@@ -97,7 +100,7 @@
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
# enableFishIntegration = true;
|
||||
# enableFishIntegration = true; // Auto enabled
|
||||
enableNushellIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
telescope-dap-nvim
|
||||
octo-nvim
|
||||
|
||||
# Debuggging
|
||||
nvim-dap-rr
|
||||
|
||||
# Treesitter stuff
|
||||
outline-nvim
|
||||
|
||||
@@ -451,6 +454,17 @@
|
||||
enable_builtin = false,
|
||||
default_remote = {"upstream", "origin"};
|
||||
})
|
||||
|
||||
local rr_dap = require('nvim-dap-rr')
|
||||
rr_dap.setup({
|
||||
mappings = {
|
||||
continue = "<F7>"
|
||||
},
|
||||
})
|
||||
|
||||
local dap = require'dap';
|
||||
dap.configurations.rust = { rr_dap.get_rust_config() }
|
||||
dap.configurations.cpp = { rr_dap.get_config() }
|
||||
'';
|
||||
package = pkgs.neovim-nightly;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user