This commit is contained in:
Morten Olsen
2023-12-15 10:53:46 +01:00
parent 4b73cfc1e5
commit 0c958d4879
3 changed files with 21 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }:
{
environment.sessionVariables.NIXOS_OZONE_WL = "1";
programs.zsh.enable = true;
users.users.alice = {
isNormalUser = true;