formatting
This commit is contained in:
parent
64fcff10aa
commit
48387d08e3
14 changed files with 129 additions and 111 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
];
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# TODO: fill this out (and move it in a service, probably)
|
||||
|
|
|
|||
|
|
@ -11,5 +11,7 @@
|
|||
inkscape-with-extensions
|
||||
gimp
|
||||
krita
|
||||
|
||||
xournalpp
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue