🪟 Move windows with arrowkeys, moved zen package to /zen dir in home

This commit is contained in:
2025-02-15 12:14:03 +01:00
parent 000b5fe81a
commit 1ed7ce2e89
3 changed files with 15 additions and 4 deletions

View File

@ -1,7 +1,12 @@
{ pkgs, inputs, ... }:
{
# TODO programatically get default name
home.file.".zen/audtxq7n.default/chrome" = {
source = ./chrome;
recursive = true;
home = {
file.".zen/audtxq7n.default/chrome" = {
source = ./chrome;
recursive = true;
};
packages = with pkgs; [ inputs.zen-browser.packages.${system}.default ]; # Beta
};
}