This commit is contained in:
iFargle 2023-08-23 20:02:55 +09:00
parent c10dd3c236
commit 2a00db3059
5 changed files with 11 additions and 15 deletions

View file

@ -20,15 +20,15 @@
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix # https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
bufferline-nvim # https://github.com/akinsho/bufferline.nvim/#configuration bufferline-nvim # https://github.com/akinsho/bufferline.nvim/#configuration
cmp-buffer # cmp-buffer #
cmp-cmdline # cmp-cmdline #
cmp-dap # cmp-dap #
cmp-nvim-lsp # cmp-nvim-lsp #
cmp-nvim-lsp-document-symbol # cmp-nvim-lsp-document-symbol #
cmp-path # cmp-path #
cmp_luasnip # cmp_luasnip #
comment-nvim # https://github.com/numtostr/comment.nvim/ comment-nvim # https://github.com/numtostr/comment.nvim/
dressing-nvim # dressing-nvim #
gitsigns-nvim # https://github.com/lewis6991/gitsigns.nvim/ gitsigns-nvim # https://github.com/lewis6991/gitsigns.nvim/
indent-blankline-nvim # https://github.com/lukas-reineke/indent-blankline.nvim/ indent-blankline-nvim # https://github.com/lukas-reineke/indent-blankline.nvim/
leap-nvim # https://github.com/ggandor/leap.nvim/ leap-nvim # https://github.com/ggandor/leap.nvim/
@ -40,20 +40,20 @@
noice-nvim # https://github.com/folke/noice.nvim/ noice-nvim # https://github.com/folke/noice.nvim/
numb-nvim # https://github.com/nacro90/numb.nvim/ numb-nvim # https://github.com/nacro90/numb.nvim/
nvim-cmp # https://github.com/hrsh7th/nvim-cmp nvim-cmp # https://github.com/hrsh7th/nvim-cmp
nvim-colorizer-lua # nvim-colorizer-lua #
nvim-dap # nvim-dap #
nvim-dap-ui # nvim-dap-ui #
nvim-lspconfig # nvim-lspconfig #
nvim-navic # nvim-navic #
nvim-notify # nvim-notify #
nvim-treesitter-textobjects # nvim-treesitter-textobjects #
nvim-treesitter.withAllGrammars # nvim-treesitter.withAllGrammars #
nvim-web-devicons # nvim-web-devicons #
nvim_context_vt # nvim_context_vt #
playground # playground #
refactoring-nvim # refactoring-nvim #
ron-vim # ron-vim #
telescope-fzf-native-nvim # telescope-fzf-native-nvim #
telescope-nvim # telescope-nvim #
trouble-nvim # trouble-nvim #
vim-fugitive # https://github.com/tpope/vim-fugitive vim-fugitive # https://github.com/tpope/vim-fugitive

View file

@ -13,5 +13,5 @@
] ]
++ lib.optional (builtins.isString desktop) ./common/software/gui/firefox.nix ++ lib.optional (builtins.isString desktop) ./common/software/gui/firefox.nix
++ lib.optional (builtins.isString desktop) ./common/software/gui/thunderbird.nix ++ lib.optional (builtins.isString desktop) ./common/software/gui/thunderbird.nix
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop}; ++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop}; # Machine-specific desktop configs
} }

View file

@ -1,6 +1,4 @@
{ config, pkgs, hostname, hmStateVersion, ... }: { { config, pkgs, hostname, hmStateVersion, ... }: {
home.stateVersion = hmStateVersion;
programs.git = { programs.git = {
userName = "albert"; userName = "albert";
userEmail = "albert@sysctl.io"; userEmail = "albert@sysctl.io";

View file

@ -1,6 +1,4 @@
{ config, pkgs, hostname, hmStateVersion, ... }: { { config, pkgs, hostname, hmStateVersion, ... }: {
home.stateVersion = hmStateVersion;
programs.git = { programs.git = {
userName = "albert"; userName = "albert";
userEmail = "albert@sysctl.io"; userEmail = "albert@sysctl.io";

View file

@ -33,8 +33,8 @@
du-dust du-dust
home-manager home-manager
btop btop
iftop iftop
nload nload
iotop iotop
]; ];