hmApps, refactor, clean up, break groups
This commit is contained in:
parent
49cb3c949c
commit
7cc650aea6
32 changed files with 13 additions and 69 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.alacritty = {
|
options.alacritty = {
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./discord
|
|
||||||
./beeper
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ lib, ... }: let
|
||||||
|
fs = lib.fileset;
|
||||||
{
|
appFilter = {name, ...}: name == "app.nix";
|
||||||
imports = [
|
in {
|
||||||
./chat
|
imports = fs.toList (fs.fileFilter appFilter ./.);
|
||||||
./file-browsers
|
|
||||||
./gimp
|
|
||||||
./git
|
|
||||||
./hypr
|
|
||||||
./librewolf
|
|
||||||
./lutris
|
|
||||||
./media-viewers
|
|
||||||
./neovim
|
|
||||||
./obs
|
|
||||||
./rofi
|
|
||||||
./shells
|
|
||||||
./terminal-emulators
|
|
||||||
./zoxide
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.feh = {
|
options.feh = {
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./lf
|
|
||||||
./nnn
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
let
|
let
|
||||||
functionModule = with lib.types; submodule {
|
functionModule = with lib.types; submodule {
|
||||||
options = {
|
options = {
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.git = {
|
options.git = {
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.kitty = {
|
options.kitty = {
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./feh
|
|
||||||
./mpv
|
|
||||||
./zathura
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.nnn = {
|
options.nnn = {
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./fish
|
|
||||||
./xonsh
|
|
||||||
./zsh
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./kitty
|
|
||||||
./alacritty
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.zathura = {
|
options.zathura = {
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.zoxide = {
|
options.zoxide = {
|
||||||
Loading…
Add table
Add a link
Reference in a new issue