* No camelCase in filenames. Also pluralise the *-manager directories
for consistency. svn path=/nixos/branches/modular-nixos/; revision=15719
This commit is contained in:
parent
5ebdee3577
commit
f1fb3b45cf
@ -470,9 +470,9 @@ mkIf cfg.enable {
|
|||||||
options
|
options
|
||||||
|
|
||||||
# services.xserver.*Manager
|
# services.xserver.*Manager
|
||||||
./displayManager/default.nix
|
./display-managers/default.nix
|
||||||
./windowManager/default.nix
|
./window-managers/default.nix
|
||||||
./desktopManager/default.nix
|
./desktop-managers/default.nix
|
||||||
|
|
||||||
# services.extraJobs
|
# services.extraJobs
|
||||||
# ../../upstart-jobs/default.nix
|
# ../../upstart-jobs/default.nix
|
||||||
|
@ -23,7 +23,7 @@ mkIf cfg.enable {
|
|||||||
options
|
options
|
||||||
|
|
||||||
# environment.kdePackages
|
# environment.kdePackages
|
||||||
./kdeEnvironment.nix
|
./kde-environment.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
@ -23,7 +23,7 @@ mkIf cfg.enable {
|
|||||||
options
|
options
|
||||||
|
|
||||||
# environment.kdePackages
|
# environment.kdePackages
|
||||||
./kdeEnvironment.nix
|
./kde-environment.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
Loading…
x
Reference in New Issue
Block a user