wip: broken, still working on it'
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
, userEmail
|
||||
, ghostty
|
||||
, isNixOS ? true
|
||||
, role
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
@@ -14,23 +15,8 @@ let
|
||||
in
|
||||
{
|
||||
# Import sub modules
|
||||
imports = map (module: import module { inherit lib pkgs dirs userName userEmail ghostty isNixOS; }) [
|
||||
./atuin.nix
|
||||
./shell.nix
|
||||
imports = [
|
||||
./packages
|
||||
./git.nix
|
||||
./starship.nix
|
||||
./eza.nix
|
||||
./neovim.nix
|
||||
./direnv.nix
|
||||
# ./sway.nix
|
||||
./terminal.nix
|
||||
./browser.nix
|
||||
./zellij.nix
|
||||
./bat.nix
|
||||
./lazygit.nix
|
||||
] ++ lib.optionalattrs isNixOS [
|
||||
./sway.nix
|
||||
];
|
||||
|
||||
home = lib.mkMerge [
|
||||
|
||||
Reference in New Issue
Block a user