Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit 1f2545df5b - Show all commits

View file

@ -1,7 +1,10 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./cli.nix ];
imports = [
./cli.nix
# ./programs/xmonad/default.nix
];
home = {
homeDirectory = "/home/alex";