{ description = "Quickshell Hyprshell config"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, nixpkgs }: { homeManagerModules.default = { config, lib, pkgs, ... }: { home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }