move packages to programs/tools

This commit is contained in:
2024-10-19 15:00:01 +02:00
parent dfa623f370
commit 77a77ab51f
10 changed files with 26 additions and 66 deletions

View File

@@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./tools.nix
./zsh.nix

View File

@@ -1,6 +1,4 @@
{
pkgs
}: {
{pkgs, ...}: {
home.packages = with pkgs; [
bat
firefox

View File

@@ -1,7 +1,4 @@
{
config,
...
}: let
{config, ...}: let
omz_custom = "${config.home.homeDirectory}/.config/omz_custom";
in {
home.file."${omz_custom}" = {