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 cf21253970 - Show all commits

View File

@ -2,21 +2,17 @@
description = "Quickshell Hyprshell config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{
self,
nixpkgs,
home-manager,
...
}:
{ self, nixpkgs }:
{
homeManagerModules.default =
{ config, lib, ... }:
{
config,
lib,
pkgs,
...
}:
{
home.file.".config/quickshell/hyprshell".source = ./hyprshell;
};