483 current 2024-04-27 21:12:21 24.05.20240427.9d3911e 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-27 21:12:31 -04:00
parent ca0d423615
commit 2e9f75908c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
5 changed files with 77 additions and 69 deletions

View file

@ -1,6 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
config,
pkgs,
@ -153,7 +150,7 @@
extraSpecialArgs = {inherit inputs;};
users = {
"zack" = {
imports = [../../modules/home-manager/default.nix];
imports = [../../modules/home-manager/zack.nix];
_module.args.theme = import ../../core/theme.nix;
home.username = "zack";