added i3 to gridlock

This commit is contained in:
2024-03-11 12:10:32 +01:00
parent b7d788fe10
commit 03da387f05

View File

@@ -1,6 +1,9 @@
{ config, pkgs, lib, ... }:
{
imports = [
./home-i3.nix
];
home.packages = with pkgs; [
darktable
];