hmApps, refactor, clean up, break groups

This commit is contained in:
Julia Lange 2024-11-29 02:28:33 -08:00
parent 49cb3c949c
commit 7cc650aea6
Signed by: Julia
SSH key fingerprint: SHA256:KI8YxpkPRbnDRkXPgCuQCVz181++Vy7NAvmQj8alOhM
32 changed files with 13 additions and 69 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
options.alacritty = {

View file

@ -1,8 +0,0 @@
{ config, pkgs, ... }:
{
imports = [
./discord
./beeper
];
}

View file

@ -1,20 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
./chat
./file-browsers
./gimp
./git
./hypr
./librewolf
./lutris
./media-viewers
./neovim
./obs
./rofi
./shells
./terminal-emulators
./zoxide
];
{ lib, ... }: let
fs = lib.fileset;
appFilter = {name, ...}: name == "app.nix";
in {
imports = fs.toList (fs.fileFilter appFilter ./.);
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
options.feh = {

View file

@ -1,8 +0,0 @@
{ config, pkgs, lib, ... }:
{
imports = [
./lf
./nnn
];
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
let
functionModule = with lib.types; submodule {
options = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
options.git = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
options.kitty = {

View file

@ -1,9 +0,0 @@
{ config, pkgs, ... }:
{
imports = [
./feh
./mpv
./zathura
];
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
options.nnn = {

View file

@ -1,9 +0,0 @@
{ config, pkgs, lib, ... }:
{
imports = [
./fish
./xonsh
./zsh
];
}

View file

@ -1,8 +0,0 @@
{ config, pkgs, lib, ... }:
{
imports = [
./kitty
./alacritty
];
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
options.zathura = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
options.zoxide = {