move monolith
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
{self, ...}: {
|
||||
flake.nixosModules.layan = {pkgs, ...}: {
|
||||
imports = [
|
||||
self.nixosModules.unstable-overlay
|
||||
self.nixosModules.layan-qt6-overlay
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.layan-qt6
|
||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||
pkgs.unstable.layan-cursors
|
||||
pkgs.layan-gtk-theme
|
||||
pkgs.tela-circle-icon-theme
|
||||
];
|
||||
};
|
||||
|
||||
flake.homeModules.layan = {
|
||||
lib,
|
||||
pkgs,
|
||||
|
||||
Reference in New Issue
Block a user