mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: move to nixvim
This commit is contained in:
parent
ca97476a47
commit
779c3c4098
22 changed files with 772 additions and 57 deletions
13
home/profiles/shell/lazygit.nix
Normal file
13
home/profiles/shell/lazygit.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
_: {
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git = {
|
||||
overrideGpg = true;
|
||||
pagers = [
|
||||
{pager = "delta --paging=never";}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
3
home/profiles/shell/navi.nix
Normal file
3
home/profiles/shell/navi.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
programs.navi.enable = true;
|
||||
}
|
||||
14
home/profiles/shell/television.nix
Normal file
14
home/profiles/shell/television.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
programs.nix-search-tv = {
|
||||
enable = true;
|
||||
package = inputs.nix-search-tv.packages.${pkgs.system}.default;
|
||||
enableTelevisionIntegration = true;
|
||||
};
|
||||
programs.television = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
3
home/profiles/shell/zk.nix
Normal file
3
home/profiles/shell/zk.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
programs.zk.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue