chore: sync
This commit is contained in:
parent
85c54fcc94
commit
b86098bcfb
3 changed files with 55 additions and 3 deletions
|
@ -21,6 +21,9 @@
|
|||
|
||||
# My neovim configuration using nixvim.
|
||||
custom-neovim.url = "github:wizardlink/neovim";
|
||||
|
||||
# Real time scheduling for audio work.
|
||||
musnix.url = "github:musnix/musnix";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -28,6 +31,7 @@
|
|||
, home-manager
|
||||
, hyprland
|
||||
, nixpkgs
|
||||
, musnix
|
||||
, ...
|
||||
}@inputs: {
|
||||
nixosConfigurations.nixos =
|
||||
|
@ -36,6 +40,8 @@
|
|||
modules = [
|
||||
./nixos.nix
|
||||
|
||||
musnix.nixosModules.musnix
|
||||
|
||||
hyprland.nixosModules.default
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue