more rational imports
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.walker.homeManagerModules.default
|
||||
./common/xdg-userdirs.nix
|
||||
./hyprland/default.nix
|
||||
./niri/default.nix
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
osConfig,
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
cfg = config.desktop.hyprland;
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
osConfig,
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
@ -8,6 +8,9 @@
|
||||
with lib; let
|
||||
cfg = config.editor.neve;
|
||||
in {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
options = {
|
||||
editor.neve.enable =
|
||||
mkEnableOption "enable neve neovim distribution";
|
||||
|
Reference in New Issue
Block a user