quickshell feature
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
moduleWithSystem,
|
||||
self,
|
||||
inputs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.hyprland = moduleWithSystem ({
|
||||
@@ -42,6 +42,7 @@
|
||||
kitty = self'.packages.kitty;
|
||||
gotify-desktop = self'.packages.gotify-desktop;
|
||||
otter-launcher = self'.packages.otter-launcher;
|
||||
quickshell = self'.packages.quickshell;
|
||||
waybar = self'.packages.waybar;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
{
|
||||
self,
|
||||
moduleWithSystem,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.quickshell = moduleWithSystem ({
|
||||
pkgs,
|
||||
self',
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.quickshell = moduleWithSystem ({self', ...}: {
|
||||
environment.systemPackages = with self'.packages; [
|
||||
quickshell
|
||||
];
|
||||
});
|
||||
perSystem = {
|
||||
pkgs,
|
||||
lib,
|
||||
self',
|
||||
...
|
||||
}: {
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages.quickshell = inputs.wrappers.wrappers.quickshell.wrap {
|
||||
inherit pkgs;
|
||||
configDir = inputs.quickshell;
|
||||
|
||||
Reference in New Issue
Block a user