add stylix

This commit is contained in:
sadan 2024-11-17 21:15:32 -05:00
parent 95a3b897f4
commit 8cc2802a15
No known key found for this signature in database
4 changed files with 64 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
imports =
[
@ -15,6 +15,8 @@
../../common/systemModules/gaming.nix
../../common/systemModules/crypt.nix
../../common/systemModules/printing.nix
../../common/systemModules/stylix.nix
inputs
# USERS
../../common/users/meyer
];