Add the missing import to the style module

This commit is contained in:
Sameer Rahmani 2024-03-27 19:43:27 +00:00
parent f76f3e021f
commit cb9b414682
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 5 additions and 1 deletions

View File

@ -13,8 +13,12 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
{ pkgs, lib, ...}:
{ pkgs, lib, inputs, ...}:
{
imports = [
inputs.stylix.nixosModules.stylix
];
stylix.image = lib.mkForce ./wallpaper.jpg;
stylix.polarity = "light";
stylix.fonts = {