mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): scoped my own options
This commit is contained in:
parent
6fb4786d91
commit
4686d00a7f
3 changed files with 8 additions and 10 deletions
|
|
@ -3,13 +3,11 @@
|
|||
unstable,
|
||||
mypkgs,
|
||||
lib,
|
||||
enableCmus,
|
||||
extraUtils,
|
||||
universityTools,
|
||||
helperFuncs,
|
||||
settings,
|
||||
...
|
||||
}: let
|
||||
inherit (helperFuncs) if';
|
||||
inherit (settings.helperFuncs) if';
|
||||
inherit (settings) extraUtils enableCmus universityTools;
|
||||
in {
|
||||
home = {
|
||||
username = lib.mkDefault "leana";
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
extraLanguageServers,
|
||||
helperFuncs,
|
||||
settings,
|
||||
...
|
||||
}: let
|
||||
inherit (helperFuncs) if';
|
||||
inherit (settings.helperFuncs) if';
|
||||
inherit (settings) extraLanguageServers;
|
||||
in {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue