Compare commits

...

2 Commits

Author SHA1 Message Date
2d486c13ca
nix pinning nixpkgs
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Failing after 3m55s
2025-03-28 07:53:14 -05:00
81a8931936
feat: adds image previewing libraries and remove spaceport 2025-03-28 07:53:07 -05:00
3 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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({})

View File

@ -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