WIP
This commit is contained in:
parent
262f6e5fbe
commit
cf21253970
18
flake.nix
18
flake.nix
@ -2,21 +2,17 @@
|
|||||||
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 = {
|
|
||||||
url = "github:nix-community/home-manager";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{
|
{ self, nixpkgs }:
|
||||||
self,
|
|
||||||
nixpkgs,
|
|
||||||
home-manager,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
homeManagerModules.default =
|
homeManagerModules.default =
|
||||||
{ config, lib, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
home.file.".config/quickshell/hyprshell".source = ./hyprshell;
|
home.file.".config/quickshell/hyprshell".source = ./hyprshell;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user