clean module's default.nix
All checks were successful
nix flake show / show-flake (push) Successful in 31s
All checks were successful
nix flake show / show-flake (push) Successful in 31s
This commit is contained in:
parent
a5f666c221
commit
40546f121f
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./nh.nix
|
./nh.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./base.nix
|
./base.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./fritzing.nix
|
./fritzing.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./element.nix
|
./element.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./kde.nix
|
./kde.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./audio
|
./audio
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./sddm.nix
|
./sddm.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./calibre.nix
|
./calibre.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./steam.nix
|
./steam.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./desktop.nix
|
./desktop.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./arduino.nix
|
./arduino.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./office.nix
|
./office.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./gui-utilities.nix
|
./gui-utilities.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./qemu.nix
|
./qemu.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./mullvad.nix
|
./mullvad.nix
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user