update for niri and noctalia
This commit is contained in:
@@ -14,14 +14,21 @@
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, nix-darwin, nixos-wsl, neovim-nightly-overlay, ... }@inputs:
|
||||
outputs = { nixpkgs, home-manager, nix-darwin, nixos-wsl, neovim-nightly-overlay, emacs-overlay, ... }@inputs:
|
||||
let
|
||||
user = "mthomson";
|
||||
specialArgs = { inherit inputs user; };
|
||||
overlays = [
|
||||
neovim-nightly-overlay.overlays.default
|
||||
emacs-overlay.overlay
|
||||
];
|
||||
mkHome = host: {
|
||||
home-manager = {
|
||||
|
||||
Reference in New Issue
Block a user