Added myTheme variable to try system-level stylix

This commit is contained in:
Emmet 2023-05-13 20:43:35 -05:00
parent 227070ac48
commit f0bb682e73
4 changed files with 13 additions and 6 deletions

View file

@ -2,12 +2,13 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ config, pkgs, myTheme, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
# ./style/stylix.nix
];
nix.nixPath = [ "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"