Compare commits

..

No commits in common. "2d486c13caad402cfca4f60370023ec8c60e6df5" and "84f2c5184824a202d1885f83b48b87bfdf36b556" have entirely different histories.

3 changed files with 2 additions and 16 deletions

View File

@ -25,9 +25,6 @@ in
pkgs.fd pkgs.fd
pkgs.ripgrep pkgs.ripgrep
pkgs.just pkgs.just
pkgs.chafa
pkgs.tdf
pkgs.viu
# cli markdown tool # cli markdown tool
pkgs.glow pkgs.glow
@ -181,7 +178,7 @@ in
# custom plugins from flakes # custom plugins from flakes
pkgs.customVimPlugins.cmp-vimtex pkgs.customVimPlugins.cmp-vimtex
# pkgs.customVimPlugins.spaceport-nvim pkgs.customVimPlugins.spaceport-nvim
pkgs.customVimPlugins.nomodoro pkgs.customVimPlugins.nomodoro
pkgs.customVimPlugins.parrot-nvim pkgs.customVimPlugins.parrot-nvim
pkgs.customVimPlugins.nvim-web-devicons pkgs.customVimPlugins.nvim-web-devicons
@ -262,7 +259,6 @@ in
unbind '"' unbind '"'
unbind % unbind %
set -s copy-command 'xsel -bi' 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 "Horizontal split" -T prefix | split-window -h
bind -N "Vertical split" -T prefix - split-window -v bind -N "Vertical split" -T prefix - split-window -v
bind -N "Enter copy mode" -T prefix Space copy-mode bind -N "Enter copy mode" -T prefix Space copy-mode

View File

@ -64,7 +64,7 @@
-- load file browser and telescope -- load file browser and telescope
${builtins.readFile ./telescope.lua} ${builtins.readFile ./telescope.lua}
-- $ --{builtins.readFile ./spaceport.lua} ${builtins.readFile ./spaceport.lua}
-- color scheme -- color scheme
require("rose-pine").setup({}) require("rose-pine").setup({})

View File

@ -54,11 +54,6 @@ in
withDocker = false; withDocker = false;
}; };
modules = [ modules = [
(
{...}:{
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
}
)
./commonWSL-configuration.nix ./commonWSL-configuration.nix
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
inputs.homeManager-24-11.nixosModules.home-manager inputs.homeManager-24-11.nixosModules.home-manager
@ -92,11 +87,6 @@ in
withDocker = true; withDocker = true;
}; };
modules = [ modules = [
(
{...}:{
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
}
)
./commonWSL-configuration.nix ./commonWSL-configuration.nix
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
inputs.homeManager-24-11.nixosModules.home-manager inputs.homeManager-24-11.nixosModules.home-manager