483 current 2024-04-27 21:12:21 24.05.20240427.9d3911e 6.8.6-zen1 *
This commit is contained in:
parent
ca0d423615
commit
2e9f75908c
5 changed files with 77 additions and 69 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue