mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved neovim to flake, small filesystem config changes
This commit is contained in:
parent
aea8d79274
commit
6143e3ff50
9 changed files with 16 additions and 227 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -31,5 +32,6 @@
|
|||
nix-tree #view packages
|
||||
bc #terminal calculator
|
||||
page #use nvim as a pager
|
||||
inputs.nvim-config.packages.${pkgs.system}.default #my custom nvim flake
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue