split nvim into file
This commit is contained in:
parent
aac7aed59f
commit
b1bf747c09
4 changed files with 14 additions and 3 deletions
7
home/editors/nvim.nix
Normal file
7
home/editors/nvim.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home.packages = [inputs.nvim-nix.packages.${pkgs.system}.default];
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
self.homeManagerModules.xun
|
self.homeManagerModules.xun
|
||||||
../../editors/emacs.nix
|
../../editors/emacs.nix
|
||||||
|
../../editors/nvim.nix
|
||||||
# ../../terminal/shell/zsh.nix
|
# ../../terminal/shell/zsh.nix
|
||||||
# ../../terminal/programs
|
# ../../terminal/programs
|
||||||
# ../../terminal/programs/lazygit.nix
|
# ../../terminal/programs/lazygit.nix
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
inputs,
|
|
||||||
self,
|
self,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
@ -18,6 +17,7 @@
|
||||||
../../terminal/programs/lazygit.nix
|
../../terminal/programs/lazygit.nix
|
||||||
# ../../terminal/programs/beets.nix
|
# ../../terminal/programs/beets.nix
|
||||||
../../editors/emacs.nix
|
../../editors/emacs.nix
|
||||||
|
../../editors/nvim.nix
|
||||||
../../editors/vscode.nix
|
../../editors/vscode.nix
|
||||||
# ../../editors/jetbrains
|
# ../../editors/jetbrains
|
||||||
../../programs/browsers/firefox
|
../../programs/browsers/firefox
|
||||||
|
@ -71,7 +71,6 @@
|
||||||
../../services/system/polkit-agent.nix
|
../../services/system/polkit-agent.nix
|
||||||
../../services/system/udiskie.nix # although i dont need this for usb memory, it is quite convenient for flashing qmk
|
../../services/system/udiskie.nix # although i dont need this for usb memory, it is quite convenient for flashing qmk
|
||||||
];
|
];
|
||||||
home.packages = [inputs.nvim-nix.packages.${pkgs.system}.default];
|
|
||||||
xun = let
|
xun = let
|
||||||
enabled = {enable = true;};
|
enabled = {enable = true;};
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
self,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
font-awesome
|
font-awesome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue