non important commit
This commit is contained in:
parent
cd593b954b
commit
80e393d1d3
2 changed files with 10 additions and 1 deletions
|
|
@ -27,6 +27,10 @@
|
|||
url = "github:rumboon/dolphin-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hexecute = {
|
||||
url = "github:ThatOtherAndrew/Hexecute";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {nixpkgs, ...} @ inputs: let
|
||||
|
|
|
|||
|
|
@ -1,10 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../modules/hyprland.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bluez
|
||||
inputs.hexecute.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue