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