things
This commit is contained in:
parent
88f2d95e6a
commit
7bcaca441a
5 changed files with 1920 additions and 68 deletions
|
@ -13,35 +13,20 @@
|
|||
|
||||
outputs =
|
||||
{
|
||||
ros-neovim,
|
||||
ros_neovim,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixosModules = {
|
||||
default =
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
custom_config_key = "ringofstorms_common";
|
||||
in
|
||||
{
|
||||
options = {
|
||||
};
|
||||
|
||||
imports = [
|
||||
./boot/grub.nix
|
||||
# ./boot/grub.nix
|
||||
./boot/systemd.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
specialArgs = {
|
||||
inherit custom_config_key;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue