Nixos: Move deprecated modules/derivation to separate folder
This commit is contained in:
@ -3,10 +3,5 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# I am currently not using any custom derivations.
|
# Obsolete derivations are kept in "1_deprecated" for reference.
|
||||||
# Old derivations are still kept in this folder, for reference.
|
|
||||||
|
|
||||||
# modules-options-doc = pkgs.callPackage ./modules-options-doc {mylib = mylib;};
|
|
||||||
# xdg-desktop-portal-termfilechooser = pkgs.callPackage ./xdg-desktop-portal-termfilechooser {};
|
|
||||||
# decker = pkgs.callPackage ./decker {};
|
|
||||||
}
|
}
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
{inputs, ...}: {
|
{inputs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
# Obsolete modules are kept in this folder for reference.
|
# Obsolete modules are kept in "1_deprecated" for reference.
|
||||||
# ./alacritty
|
|
||||||
# ./audio
|
|
||||||
# ./emacs
|
|
||||||
# ./email
|
|
||||||
# ./flatpak
|
|
||||||
# ./helix
|
|
||||||
# ./gaming
|
|
||||||
# ./misc
|
|
||||||
# ./nextcloud
|
|
||||||
# ./ranger
|
|
||||||
# ./vscode
|
|
||||||
|
|
||||||
# My own HM modules
|
# My own HM modules
|
||||||
./chromium
|
./chromium
|
||||||
|
Reference in New Issue
Block a user