This commit is contained in:
Javier Feliz 2025-08-10 01:07:46 -04:00
parent 7a7ece771b
commit 262f6e5fbe

View File

@ -1,6 +1,5 @@
{
description = "Quickshell Hyprshell config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
@ -8,7 +7,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{
self,
@ -20,7 +18,7 @@
homeManagerModules.default =
{ config, lib, ... }:
{
inputs.home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell;
home.file.".config/quickshell/hyprshell".source = ./hyprshell;
};
};
}