Perhaps
This commit is contained in:
parent
7a7ece771b
commit
262f6e5fbe
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user