WIP refactor
This commit is contained in:
parent
6381cb0ea1
commit
7e7f04574b
13 changed files with 1150 additions and 166 deletions
|
@ -3,17 +3,12 @@
|
|||
home-manager.url = "github:rycee/home-manager/release-24.11";
|
||||
ragenix.url = "github:yaxitech/ragenix";
|
||||
|
||||
ros_neovim.url = "git+https://git.joshuabell.xyz/nvim";
|
||||
ringofstorms-stormd.url = "git+ssh://git.joshuabell.xyz:3032/stormd";
|
||||
# ros_neovim.url = "path:/home/josh/projects/stormd";
|
||||
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
ros_neovim,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -31,9 +26,9 @@
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./boot/grub.nix
|
||||
./boot/systemd.nix
|
||||
./users/users.nix
|
||||
./boot
|
||||
./users
|
||||
./general
|
||||
];
|
||||
options.${cfg_path} = {
|
||||
systemName = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue