global/programming: move into nixos modules
This commit is contained in:
parent
d8cda888d9
commit
bbc8cb3d67
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ main, pkgs, lib, ... }:
|
||||
let
|
||||
flattenTree = lib.our.flattenTree' (val: val ? action) "";
|
||||
|
||||
|
@ -15,7 +15,7 @@ let
|
|||
{ leader = "<M- >"; mode = [ "n" "v" "i" ]; }
|
||||
];
|
||||
|
||||
inherit (config.universe) programming;
|
||||
inherit (main.universe) programming;
|
||||
in
|
||||
{
|
||||
programs.nixvim = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue