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