Compare commits
2 Commits
84f2c51848
...
2d486c13ca
Author | SHA1 | Date | |
---|---|---|---|
2d486c13ca | |||
81a8931936 |
@ -25,6 +25,9 @@ in
|
||||
pkgs.fd
|
||||
pkgs.ripgrep
|
||||
pkgs.just
|
||||
pkgs.chafa
|
||||
pkgs.tdf
|
||||
pkgs.viu
|
||||
|
||||
# cli markdown tool
|
||||
pkgs.glow
|
||||
@ -178,7 +181,7 @@ in
|
||||
|
||||
# custom plugins from flakes
|
||||
pkgs.customVimPlugins.cmp-vimtex
|
||||
pkgs.customVimPlugins.spaceport-nvim
|
||||
# pkgs.customVimPlugins.spaceport-nvim
|
||||
pkgs.customVimPlugins.nomodoro
|
||||
pkgs.customVimPlugins.parrot-nvim
|
||||
pkgs.customVimPlugins.nvim-web-devicons
|
||||
@ -259,6 +262,7 @@ in
|
||||
unbind '"'
|
||||
unbind %
|
||||
set -s copy-command 'xsel -bi'
|
||||
bind -N "Change layout" -T prefix % next-layout
|
||||
bind -N "Horizontal split" -T prefix | split-window -h
|
||||
bind -N "Vertical split" -T prefix - split-window -v
|
||||
bind -N "Enter copy mode" -T prefix Space copy-mode
|
||||
|
@ -64,7 +64,7 @@
|
||||
-- load file browser and telescope
|
||||
${builtins.readFile ./telescope.lua}
|
||||
|
||||
${builtins.readFile ./spaceport.lua}
|
||||
-- $ --{builtins.readFile ./spaceport.lua}
|
||||
|
||||
-- color scheme
|
||||
require("rose-pine").setup({})
|
||||
|
@ -54,6 +54,11 @@ in
|
||||
withDocker = false;
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{...}:{
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
|
||||
}
|
||||
)
|
||||
./commonWSL-configuration.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.homeManager-24-11.nixosModules.home-manager
|
||||
@ -87,6 +92,11 @@ in
|
||||
withDocker = true;
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{...}:{
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
|
||||
}
|
||||
)
|
||||
./commonWSL-configuration.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.homeManager-24-11.nixosModules.home-manager
|
||||
|
Loading…
x
Reference in New Issue
Block a user