move packages to programs/tools
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
imports = [
|
||||
./tools.nix
|
||||
./zsh.nix
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
pkgs
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
firefox
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
{config, ...}: let
|
||||
omz_custom = "${config.home.homeDirectory}/.config/omz_custom";
|
||||
in {
|
||||
home.file."${omz_custom}" = {
|
||||
|
||||
Reference in New Issue
Block a user