mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-16 17:27:00 -04:00
add stylix
This commit is contained in:
parent
95a3b897f4
commit
8cc2802a15
4 changed files with 64 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue