This commit is contained in:
emily 2024-01-09 15:55:29 +01:00
parent 21aa870784
commit a042d6bfe6
Signed by: emily
GPG key ID: F6F4C66207FCF995
3 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{ config, pkgs }: { { config, pkgs, lib, ... }:
with lib; {
imports = [ imports = [
../users ../users
../../modules ../../modules

View file

@ -1,4 +1,4 @@
{ lib, ...}: { lib, ... }:
with lib; with lib;
let let

View file

@ -1,4 +1,4 @@
{ config, pkgs }: { { config, pkgs, ... }: {
users.users.emily = { users.users.emily = {
isNormalUser = true; isNormalUser = true;
shell = pkgs.zsh; shell = pkgs.zsh;