formatting

This commit is contained in:
MFlossmann 2024-07-03 00:38:20 +02:00
parent 64fcff10aa
commit 48387d08e3
14 changed files with 129 additions and 111 deletions

View file

@ -6,7 +6,6 @@
...
}: {
imports = [
inputs.nixvim.homeManagerModules.nixvim
];
nixpkgs.config = {
@ -51,7 +50,6 @@
EDITOR = "nvim";
};
# programs.neovim.enable = true;
# programs.neovim.defaultEditor = true;
programs.nixvim.enable = true;
programs.neovim.enable = true;
programs.neovim.defaultEditor = true;
}

View file

@ -14,7 +14,7 @@
];
programs.firefox = {
enable = true;
enable = true;
};
# TODO: fill this out (and move it in a service, probably)

View file

@ -11,5 +11,7 @@
inkscape-with-extensions
gimp
krita
xournalpp
];
}

View file

@ -1,5 +1,5 @@
{
pkgs,
{
pkgs,
system,
inputs,
config,
@ -31,13 +31,12 @@
configExtension = config: (lib.mkIf cfg.bundles.${name}.enable config);
})
(helperLib.filesIn ./bundles);
in {
imports = [
]
# ++ features
++ bundles
;
imports =
[
]
# ++ features
++ bundles;
config = {
myHomeManager = {