tangled
alpha
login
or
join now
hyl.st
/
helm
2
fork
atom
nix config
2
fork
atom
overview
issues
pulls
pipelines
fix
Anish Lakhwara
9 months ago
a8c3f278
480f9cfb
+2
-2
2 changed files
expand all
collapse all
unified
split
flake.nix
home
profiles
nvim
default.nix
+1
-1
flake.nix
···
350
350
];
351
351
};
352
352
353
353
-
deck = unstable.lib.nixoxSystem rec {
353
353
+
deck = unstable.lib.nixosSystem rec {
354
354
specialArgs = { inherit inputs self; };
355
355
system = "x86_64-linux";
356
356
pkgs = deckPkgsFor.${system};
+1
-1
home/profiles/nvim/default.nix
···
139
139
# scnvim
140
140
flash-nvim
141
141
vim-beancount
142
142
-
] # ++ [ pkgs.vimPlugins.vim-tidal ];
142
142
+
]; # ++ [ pkgs.vimPlugins.vim-tidal ];
143
143
# withPython3 = true;
144
144
# extraPython3Packages = pkgs: with pkgs; [ tasklib six ];
145
145
# vimAlias = true;