more rational imports

This commit is contained in:
unexplrd
2025-02-06 22:51:00 +02:00
parent 7ec6392e68
commit 5cb6ba1949
11 changed files with 32 additions and 21 deletions

View File

@ -1,5 +1,6 @@
{
{inputs, ...}: {
imports = [
inputs.walker.homeManagerModules.default
./common/xdg-userdirs.nix
./hyprland/default.nix
./niri/default.nix

View File

@ -1,8 +1,9 @@
{
osConfig,
config,
inputs,
pkgs,
lib,
osConfig,
...
}: let
cfg = config.desktop.hyprland;

View File

@ -1,8 +1,9 @@
{
osConfig,
config,
inputs,
pkgs,
lib,
osConfig,
...
}:
with lib; let

View File

@ -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";