master-p #1

Merged
xbazzi merged 12 commits from master-p into master 2025-08-10 00:23:44 -06:00
Showing only changes of commit 262f6e5fbe - Show all commits

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;
};
};
}